Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 461 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 461 Bytes

UFSChatES

College project of a little nice chat

Dependencies:

Python3.4.3 - sudo apt-get install python3
Tkinter - sudo apt-get install python3-tk

If the server is having problem with the DB sqlite3 python library:
sqlite3 - sudo apt-get install libsqlite3-dev


Running:

Client:
python3 client_app.py

Server:
python3 server_app.py