Skip to content

A simple python library to convert between a decimal and an arbitrary alphabet. Eg. int to base 16 or base 36.

License

Notifications You must be signed in to change notification settings

DasMurkel/alphabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alphabase

A simple python library to convert between a decimal and an arbitrary alphabet. Eg. int to base 16 or base 36. It can, however, go up to any length of alphabet. Using all printable ASCII characters for instance would yield an alphabet length of 94.

Original motivation for this was the task to cramp a certain timestamp into three characters.

About

A simple python library to convert between a decimal and an arbitrary alphabet. Eg. int to base 16 or base 36.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages