Is it difficult to create simple apps if you know nothing about Python?

I would like to create two apps, one for displaying images on the screen, and one for displaying text messages. In both cases you would be able to use hotkeys for your predefined images and texts. Simple, eh? Would it be impossible to create these appz for someone who has never dealt with Python code? Maybe modifying apps already written?
 
Learning Python is pretty easy if you are familiar with other programming languages. More tricky if it's your first, obvs. Checking out existing apps is a good way to learn, for sure.
Hotkeys: one app that uses them is Sidekick, though it's kinda hard work. It uses ctypes to call Windows DLL functions to do it.
 
Back
Top