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: about 1 year 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T09:44:10.000Z (over 2 years ago)
- Last Synced: 2025-02-12T20:21:54.577Z (over 1 year 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

### Decimal to Binary
