Number System Converter Web App
Welcome to the Number System Converter web application! This tool allows you to easily convert numbers between binary, decimal, octal, and hexadecimal systems. Whether you're a student learning about number systems or a programmer needing quick conversions, this app provides a straightforward and interactive way to get your results.
- User-Friendly Interface: Enjoy a clean and modern design that makes converting numbers a breeze.
- Multiple Conversions: Convert numbers between binary, decimal, octal, and hexadecimal formats with ease.
- Automatic Detection: The app can auto-detect the number system based on the format of your input.
- Responsive Design: Access the converter on any device, from desktop to mobile, with full responsiveness.
- Enter a Number: Type your number into the input field. Use prefixes to specify the number system:
b{number}
for Binary (e.g.,b{1010}
)d{number}
for Decimal (e.g.,d{123}
)o{number}
for Octal (e.g.,o{77}
)h{number}
for Hexadecimal (e.g.,h{1A2F}
)
- Submit the Form: Click the "Convert" button to get the conversions for the entered number.
- View Results: See the converted values for all supported number systems displayed below.
Watch the demo of the Monthiversary Celebration Web Project:
FOR HD VIDEO FOLLOW YOUTUBE LINK :YOUTUBE
Number_system.mp4
Check out the live demo of the Number System Converter Number_system to experience it in action!
To run the application locally:
-
Clone this repository:
git clone https://github.com/S-hadowHeart/Number_System.git
-
Navigate to the project directory:
cd Number_System
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask app:
python app.py
-
Open your web browser and visit http://127.0.0.1:10001 to access the Morse Code Fun web app.
Feel free to reach out to me for any questions, feedback, or collaboration opportunities!
S-hadowHeart
GitHub