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

https://github.com/gmpsankalpa/number-system-converter

Convert numbers effortlessly between decimal, binary, octal, and hexadecimal with this Python application! 🚀 View your conversion history and make number conversions a breeze. 🌐✨
https://github.com/gmpsankalpa/number-system-converter

python python-library

Last synced: 3 months ago
JSON representation

Convert numbers effortlessly between decimal, binary, octal, and hexadecimal with this Python application! 🚀 View your conversion history and make number conversions a breeze. 🌐✨

Awesome Lists containing this project

README

        

# Number System Converter

This is a simple Python application for converting numbers between different number systems.

## Features

- Convert decimal to binary, octal, and hexadecimal
- Convert binary, octal, and hexadecimal to decimal
- View conversion history

## How to Use

1. Clone the repository:

```bash
git clone https://github.com/gmpsankalpa/Number-System-Converter.git
```

2. Navigate to the project directory:

```bash
cd number-system-converter
```

3. Run the application:

```bash
python number_system_converter.py
```

4. Enter a number, choose the conversion type, and click the "Convert" button.

5. View the result and conversion history.

## Requirements

- Python 3.x

## Contributing

Feel free to contribute to the project by opening issues or submitting pull requests.

## License

This project is licensed under the [MIT License](LICENSE).

---

![repo size](https://img.shields.io/github/repo-size/gmpsankalpa/Number-System-Converter?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/gmpsankalpa/Number-System-Converter?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/gmpsankalpa/Number-System-Converter?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/gmpsankalpa/Number-System-Converter?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)