Skip to content

S-hadowHeart/Number_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

image

Features

  • 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.

How to Use

  1. 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})
  2. Submit the Form: Click the "Convert" button to get the conversions for the entered number.
  3. View Results: See the converted values for all supported number systems displayed below.

Demo Video

Watch the demo of the Monthiversary Celebration Web Project:

FOR HD VIDEO FOLLOW YOUTUBE LINK :YOUTUBE

Number_system.mp4

Live Demo

Check out the live demo of the Number System Converter Number_system to experience it in action!

Get Started

To run the application locally:

  1. Clone this repository:

    git clone https://github.com/S-hadowHeart/Number_System.git
  2. Navigate to the project directory:

    cd Number_System
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the Flask app:

    python app.py
  5. Open your web browser and visit http://127.0.0.1:10001 to access the Morse Code Fun web app.

Connect with Me

Feel free to reach out to me for any questions, feedback, or collaboration opportunities!


S-hadowHeart
GitHub