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