Metadata-Version: 2.4
Name: uselessutilities
Version: 1.0.2
Summary: Convert integers to obscure bases
Author-email: Creatorlibs <creatorlibs@protonmail.com>
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Useless Utilities!
## A collection of different bases such as ternary, quaternary, quinary and senary.

I do Plan to add more bases in the future.

## Usage:

use the corresponding function to convert to the base you want.
Such as:

ter(N) for ternary

quat(N) for quaternary

quin(N) for quinary

sen(N) for senary

## Expected releases:
### Septenary
A base-7 number system. Sep(N)
### Octonary
A base-8 number system. Oct(N)
### Nonary
A base-9 number system. Non(N)
### Duodecimal
A base-12 number system. Duodec(N)



# Changelog:

## V1.0.0:
- Initial release
- Included ternary, quaternary, quinary and senary
- Deleted due to inconsistancies

## V1.0.1:
- Fixed a bug with the senary function
- Added a changelog
- Fixed the inconsistancies in V1.0.0
- Fixed email address

## V1.0.2:
- Renamed some variables to better fit the base
