permanent tangent

Todays selection...

Python

Published: 13thJuly 2025

Occassionly I remember to post updates!

The more I learn about python the more I realise just how much can be done, and how little I actually know. Still I continue to do little projects, and sometiems large ones. I'm never going to publish them, but may post on here about some of them. So in that vein...

I had a need to schedule some python scripts, but they had to be run in the foreground as I was using pyautogui. So looked around for something that was part of python rather than downloading anything new. I did eventually find something, but realised the way it was coded was extremely limited. So i used tht as a base, but rewrote the majority of it. I now have a python sceduler that runs one script twice a day. It works wll, I just have to remember to restart it after a server reboot.

elfin