A Python script that converts binary numbers to their decimal equivalents with a GUI interface.
- Enter any binary number and instantly get the decimal value
- Validates input to ensure only
0and1characters are accepted - Simple, clean GUI built with Tkinter and CustomTkinter
| Category | Technology |
|---|---|
| Language | Python 3 |
| GUI | tkinter, customtkinter |
| Logic | Built-in int() with base-2 conversion |
pip install customtkinter
python "Binary to decimal 2.0.py"- Number system conversions (binary ↔ decimal)
- Basic GUI layout with Tkinter
- Input validation
Made with ❤️ as part of a learning journey