A chat application using Flask
-
Network Connection: Connect with people on the same network.
-
Message Response: Have the ability to respond to transmitted messages.
-
Customizable Usernames: Each user can choose their own name.
-
Light & Dark Mode: Choose between light and dark mode based on your preference.
-
Double Click to Respond: Simply double click to respond to a message.
-
Side Menu: A side menu for name and mode change.
-
File Attachment: Attach not-so-large files to your messages.
Please note that the application is continuously being improved and the mentioned features are not yet stable. More features will be added in future updates.
Clone the repo:
git clone https://github.com/AlexDevFlow/ChatApp.gitInstall modules:
pip install -r requirements.txtRun the app:
python app.pyThe application does not require any client-side installation and to access it you just need to start by clicking on the local network address shown on the terminal after running app.py.
This project was completed in a relatively short timeframe, and as a result, the functionality and code quality may not be optimal. If you are interested in contributing or helping in any way, we would greatly appreciate your input. Please feel free to contribute or assist in any manner you see fit.

