A simple python Youtube video downloader GUI

Last week I was learning a bit of python and I stumbled on this video: Build A Modern Python GUI Project | Step by Step Tutorial, which it was really nice and concise, so I decided to take what was there already and improve it a bit on things that I…

Automation using AHK

Disclaimer: Most of the scripts I am presenting in this post is a collection that I made searching the web. AutoHotkey (AHK) is a scripting language that allow us to automate our daily tasks, create macros and much more. The benefits of automation in a computing world is such a…