EduardYan / binary-to-decimal-python

Binary to decimal and decimal to binary converter made with python 0️⃣

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary to decimal converter

screenshot

🚀 Getting Started

You will need:

  1. Fork this repository clone it locally:
git clone git@github.com:your_username/binary-to-decimal-python.git
  1. Install dependencies from requirements file:
pip install -r requirements.txt
  1. Now execute the principal file
# script
./main.py

# with python
python3 main.py

🔑 License

About

Binary to decimal and decimal to binary converter made with python 0️⃣

License:MIT License


Languages

Language:Python 100.0%