Skip to content

shirgazee/PythonMessenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

PyPI link: https://pypi.python.org/pypi/aemessenger/

Project description

A simple Python messenger for learning sockets, threads, PyQT5, SQLAlchemy, etc...

Install

pip install aemessenger

or

pip3 install aemessenger

Usage

Server: python3 -m aemessenger.server or just server

Qt Client: python3 -m aemessenger.gui_client or just client

Sample logins

Now any login will work actually

Note to self

Build: python3 setup.py bdist_wheel

Install local: pip3 install ./dist/aemessenger-0.1-py3-none-any.whl

Upload: twine upload dist/*

Uninstall: pip3 uninstall aemessenger

About

Online messenger written on python during GeekBrains Python Advanced Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages