You can check out the process of creating project on the following Youtube Channel: https://youtu.be/ayQszTHwpJA
- Define the path for the log file for saving the keystrokes locally
- Define the path for the log file for saving the system information locally
- Have a webserver running to catch the webrequest from the script
- Run the script!
Press
Esc
to quit out of the script
- Install the
pyinstaller
module using pip:pip install pyinstaller
- Move into the same directory as the script
- Convert to executable using the following command:
pyinstaller -F -w <script name or path to script>
- With the
-i
option you can add an icon - The executable will be located in the
dist
folder that appears
Press
Esc
to stop the program