Messenger written in Flask with the help Qt Designer
This web application creates an very basic messenger using Flask and Qt Designer.
User can send messages and use voice input.
To setup the project on your local machine:
Click on Fork
.
Go to your fork and clone
the project to your local machine.
Install the requirements pip install -r requirements.txt
.
Run the development server python server.py runserver
.
Run messenger python messenger.py
.