This is a simple TR collection system.
python3.6
client.py used to send Tr to the server.py
server.py is the server GUI, used to collect TRs received from client
TR_server is the core of the Tr_collect_system, used to accept the connection and TRs from client. After that, TR_server write the TR to database(xls file)