https://emojicopy.com/ - used for the emojis https://youtube.com/playlist?list=PLQMs5svASiXN3xSynw-NbWDHKgTpVM9HP&si=QL9ZZ4s-r16pHFYp - used to help understand the code
This project is a GUI-based Measurement Converter built using Python and PySide6. The application allows users to convert values between inches and meters using a simple and user-friendly interface.
The program demonstrates:
- GUI design with Qt widgets
- Event-driven programming
- Input validation and error handling
- Clean code structure and formatting
- Convert Inches to Meters
- Convert Meters to Inches
- Input validation:
- Empty input
- Non-numeric values
- Negative numbers
- Error messages using message boxes
- Results rounded to 3 decimal place
- Clear button resets form and selection
- Exit button closes the application
- Displays a house image in the interface
- Python 3.x
- PySide6 (Qt for Python)
- IDE: (IDLE)
- Install PySide6 (if not installed):
pip install PySide6
- Run code in IDE
- none