This project is a simple yet functional messaging application built using Flet and Python. The goal of this project is to create an easy-to-use, real-time messaging platform that leverages the capabilities of the Flet framework to deliver a responsive and intuitive user interface.
- Real-time Messaging: Send and receive messages in real-time.
- User Authentication: Secure login and registration system.
- User Profiles: Each user has a profile with customizable information.
- Responsive Design: Optimized for both desktop and mobile devices.
- Flet: A framework for building interactive web, desktop, and mobile apps in Python, leveraging Flutter.
- Python: The main programming language used for backend and logic.
- Clone the repository:
git clone https://github.com/PrathmeshChurhe/Messaging_app_python cd Messaging_app_python
- Run the application:
flet run main.py