v1.2.1
Download and run the user_host_main.exe and let it do the rest....
Changes (2f27699):
Removed my private IP 10.10.77.118 completely, all connections will directly be made to global address as in GitHub.
Modified output statements to help better understand what's going on.
Removed pip installs from inside the script, py2exe (the module i use to convert .py files to .exe) includes the imported modules automatically, with no further installations in new devices, thus reducing recursion count, reducing file size.