Skip to content

Seamless conversion between Binary to Decimal numbers, just on a click!

License

Notifications You must be signed in to change notification settings

tsadarsh/Bin2Dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bin2Dec

Seamless conversion between Binary to Decimal numbers, just on a click!

Binary to Decimal conversion

Click -> to switch conversion type from Binary to Decimal to Decimal to Binary.

Decimal to Binary conversion

Click answer/result to copy the value to clipboard.

Copied to clipboard

Inspired from Florinpop17 app-ideas

Build Executable Yourself

Requirements: Python3

Steps:

  1. Clone repository(contains souce file Bin2Dec.py)
  2. Install pip.
  3. Open Terminal and install pyinstaller

pip install pyinstaller

  1. Change directory to cloned repository(local).

cd directory

  1. Run following command:

pyinstaller --onefile Bin2Dec.py

Executable will be present in dist directory.

About

Seamless conversion between Binary to Decimal numbers, just on a click!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages