A desktop application for managing a programming academy, developed with Python, Tkinter, SQLAlchemy, and SQLite using a classic Three-Layer Architecture. The project demonstrates desktop application ...
User signup with validation (username, email, password confirmation) Secure login with hashed passwords (Werkzeug) Session-based authentication Logout Flash messages for success/error/warning feedback ...