Skip to content

stephenjamesada/pynary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pynary

Pynary is a simple concept, binary to decimal conversion, made into a full CLI application. It can't get any more simple than that.

Functions

  • Regular Mode = The mode the program starts in
  • Calculator Mode (CM) = Addition, subtraction, division, and multiplication of binary numbers. Also includes exponents!

Modules/Libraries Used

  • Rich
    • Progress bar
    • Prompts
    • Panels
    • Print
  • pyfiglet
  • random
  • time

The random and time modules were used only for progress bar unpredictability.

How to Install

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages