Python Text Expander & Hotkeys

I was looking up free productivity tools and came across the following video, unfortunately I’ll have to type out the code myself as there is no link for the code.

This

Looking at YouTube there was another video, and rather than just text expanding, it allows you to execute something, like a function or script I presume, it can also be complied into a .EXE file too

For the Keylogger the Website to code link is HERE

The video below has a link to the script on the website relating to the video and has the code HERE

In fact he has a whole YouTube series on Python and keyboard stuff HERE

There is also a video on an GUI script he has for converting .py to .EXE and add ICON.

The article on the app can be found HERE

End Comment

I did a couple of the scripts to see how it could be setup and tested them. As I use AutoHotKey to do this and have an extensive library of hotkeys and hotstrings setup in that program I will not be perusing this at this time. If it ain’t broke don’t fix it. What I have works pretty well.

It is good to see that it can be done in Python. One thing that makes me stay with AutoHotKey is its faster to load and run. I see with python its such a powerful coding language that it’s a lot bigger. AHK exe file is about 1.17MB whilst the Python 10 dll is about 4.3 MB so will take longer to load and execute.

So a good to know post, that I can revisit if I need to do something totally in python, in fact, it might be handy to have some hotkeys to execute different parts of a script.

The convert .py to .exe is also a useful tool. I have been intending to make a python .EXE script but have not come across the most appropriate program to create yet, its on my todo list.