A modern Tkinter-based desktop application that provides login and registration functionality with a clean, rounded-edge interface and theme toggling.
This project integrates with backend APIs for user authentication and registration.
- Login & Registration with API integration
- Rounded Frames and styled buttons for a modern UI look
- Placeholders in Entry widgets (like web apps)
- Password fields with masking (
*) - Welcome Screen after successful login
- Light/Dark Theme Toggle
- Error handling with message boxes for smooth UX
- Python 3.8+
- Dependencies (install via pip):
pip install requests