Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🔢 Binary to Decimal Converter

A Python script that converts binary numbers to their decimal equivalents with a GUI interface.


✨ Features

  • Enter any binary number and instantly get the decimal value
  • Validates input to ensure only 0 and 1 characters are accepted
  • Simple, clean GUI built with Tkinter and CustomTkinter

🖥️ Tech Stack

Category Technology
Language Python 3
GUI tkinter, customtkinter
Logic Built-in int() with base-2 conversion

🚀 Getting Started

pip install customtkinter
python "Binary to decimal 2.0.py"

📝 What I Learned

  • Number system conversions (binary ↔ decimal)
  • Basic GUI layout with Tkinter
  • Input validation

Made with ❤️ as part of a learning journey