Skip to content

A messenger with graphical interface (Flask, Qt, ngrok)

Notifications You must be signed in to change notification settings

Anthony1128/messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messenger

Description

You can start local server which receives, stores messages. It has POST method to send messages. By starting messenger you will have an app with graphical interface to send and view messages. You can expose a local web server to the internet with ngrok.

Get started

  1. Run server python server.py
  2. Run interface python messenger.py
    • (or if you want to expose your server to the internet)
    • Run ./ngrok http 5000 where 5000 is port from step 1.
    • Change ip_address in messenger.py (line 81) to new from step 2.
    • Run interface python messenger.py

Tools

For this project were used:

  • Flask for server developing
  • Qt and PyQt for app interface developing
  • ngrok for exposing a local web server to the internet

About

A messenger with graphical interface (Flask, Qt, ngrok)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages