Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afcms/number_converter
Python script to convert decimal and binary with detailed steps
https://github.com/afcms/number_converter
click math python3 rich
Last synced: 13 days ago
JSON representation
Python script to convert decimal and binary with detailed steps
- Host: GitHub
- URL: https://github.com/afcms/number_converter
- Owner: AFCMS
- License: gpl-3.0
- Created: 2023-10-27T09:39:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-27T09:44:10.000Z (about 1 year ago)
- Last Synced: 2024-10-10T22:16:37.248Z (about 1 month ago)
- Topics: click, math, python3, rich
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number Converter
## Description
This program is build with Python 3 and the [Rich](https://github.com/Textualize/rich) and [Click](https://click.palletsprojects.com) libraries.
### Binary to Decimal
![Binary to Decimal](screenshots/dec_to_bin.png)
### Decimal to Binary
![Decimal to Binary](screenshots/bin_to_dec.png)