Doesn't support fraction, decimal point and dozenal point yet.
Installation:
Find the Python '\site-packages' or '/dist-packages' directory location(s).
import site; print site.getsitepackages()
Place or paste this file (dozenal.py) in your Python's '\site-packages' or '/dist-packages' directory(s).
Testes on Windows7-SP1.
*Try changing EOL of 'dozenal.py' before installing in Linux, if the module fail in Linux.
Example usage:
import dozenal
print dozenal.enc('142')
print dozenal.encnb('142')
print dozenal.dec('ba')
print dozenal.decnb('9b')
Follow Python Dozenal/Duodecimal Module
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Python Dozenal/Duodecimal Module!