Content:
We will introduce briefly about our project:
- This is our mid-term project for the Computer Networking course at HCMUS.
- This application allows clients and server to connect to each other using TCP/IP communication. The contact list is stored on the server. On the other hand, clients have the ability to view the information of other clients by requesting to the server.
Student ID | Name | Profile |
---|---|---|
20120412 | Nguyen Quang Binh | @nqbinh47 |
20120476 | Nguyen Trong Hieu | @NguyenHiu |
20120596 | Nguyen Bao Tin | @nbtin |
git clone https://github.com/nqbinh47/Contact-App
cd Contact-App
pip install -r requirements.txt
You can execute the app by running the makefile
command:
- Database:
make database
- Server:
make server
- Client:
make client
This app was written in Python
language and enhanced the UI with Tkinter
library.
Server | Opened server |
---|---|
![]() |
![]() |
Thanks for going through this Repository! Have a nice day.
Got any queries? Feel free to contact us via E-mail.