Wakey
Wakey is a Python program to help keep a computer screen active by pressing a virtual key on a timer. It keeps the computer awake by simulating a F15 keyboar...
Wakey is a Python program to help keep a computer screen active by pressing a virtual key on a timer. It keeps the computer awake by simulating a F15 keyboar...
Everyone likes games I saw a post a while ago with a similar project but with PowerShell. I wanted to try something new and decided to use Python and the te...
Setting up the basics For the first item in our beginner series we’d like to talk about random password generating. This will allow us to see how to import ...
There comes a time in writing Python Python programs where you need to test something, work on an update to a module, or test a new module in a sandbox. Luck...
When creating certain scripts it is nice to know if the current user is an administrator to the workstation or not. This can be done in a few ways, Powershel...