A simple messaging application built with Python and CustomTkinter.
The main purpose of this project is to practice both backend logic and GUI development.
- π€ User Registration (Sign Up)
- π User Login
- π "How do you feel?" question after login
- π‘ Suggestions based on selected mood (happy, sad, angry, etc.)
- π Chat screen with message input
- π SQLite integration for storing user data and messages
- π’ (Planned) Online users list
- Python 3.x
- CustomTkinter for modern UI
- SQLite for persistent storage