PyChat is a simple chat client with server capabilities made in python3
In order to start developing on this project, clone the master branch
or download the latest release souce code and run the installer. All files
will be installed in /usr/share/PyChat/. Do not try to run it from other
directories because some paths have been hardcoded, we'll fix this soon!
You'll need to install the following python modules:
pip3 install pycairo
pip3 install PyGObject
pip3 install pygtk
Also python3.7 is required.
Just run the install script:
sudo ./install.sh
You should not get any output.
In order to run a client with server capabilities run:
pychat -s
If you want a simple client:
pychat
Please read TBD for details on our code of conduct, and the process for submitting pull requests to us.
- Albert Azemar i Rovira - Initial work - albert752
- Pol Perez - Initial work - mefiso
- Jaume Planas - Initial work - jplanas98
This project is licensed under the MIT License - see the LICENSE file for details