Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)