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. 🌐✨
- Host: GitHub
- URL: https://github.com/gmpsankalpa/number-system-converter
- Owner: gmpsankalpa
- License: mit
- Created: 2024-02-28T05:06:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T14:08:40.000Z (over 1 year ago)
- Last Synced: 2025-01-17T08:32:21.798Z (5 months ago)
- Topics: python, python-library
- Language: Python
- Homepage: https://gmpsankalpa.xyz
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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).
---



