Python version: 3.6.9 Libraries: Tkinter with ttk extension (for GUI)
- Launch server.py and write the port number on which server should operate.
- Launch client.py and connect to File Tracker Server using information from step 1. Also, choose available port number for client.
- Once connected your files in "/files" will be available to other peers.
- Try to search for a file, note that name of the file has to be an exact much. For example if you want to download "dog_in_park" file, then type "dog_in_park", "dog_in_" will return an empty result
- Press "Download" button, file will be saved in "/downloads" which has be located in the same directory as "client.py"