Pynary is a simple concept, binary to decimal conversion, made into a full CLI application. It can't get any more simple than that.
- Regular Mode = The mode the program starts in
- Calculator Mode (CM) = Addition, subtraction, division, and multiplication of binary numbers. Also includes exponents!
Rich- Progress bar
- Prompts
- Panels
pyfigletrandomtime
The random and time modules were used only for progress bar unpredictability.
Here's how to install Pynary on your system:
git clone https://github.com/stephenjamesada/pynary.git
cd pynary
pip install -r requirements.txt
python3 pynary