This repository contains two interconnected Python GUI applications:
- A login system with username/password authentication
- A qualification checker that verifies if users have sufficient funds for a trip
- Secure password entry (hidden input)
- Input validation
- Clean, modern interface
- Proper error handling
- Modular design with separate classes
- Connected applications (login opens qualification checker)
- Python 3.6+
- Tkinter (usually included with Python)
- Clone the repository:
git clone https://github.com/your-username/python-gui-auth.git cd python-gui-auth