Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.41 KB

File metadata and controls

65 lines (41 loc) · 1.41 KB

Pychat

Introduction

PyChat is a simple chat client with server capabilities made in python3

Getting Started

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!

Prerequisites

You'll need to install the following python modules:

pip3 install pycairo
pip3 install PyGObject
pip3 install pygtk

Also python3.7 is required.

Installing

Just run the install script:

sudo ./install.sh

You should not get any output.

Running the tests

In order to run a client with server capabilities run:

pychat -s

If you want a simple client:

pychat

Contributing

Please read TBD for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Albert Azemar i Rovira - Initial work - albert752
  • Pol Perez - Initial work - mefiso
  • Jaume Planas - Initial work - jplanas98

License

This project is licensed under the MIT License - see the LICENSE file for details

Slides

here