Learning how you can execute BASH commands and scripts on a remote machine in Python using paramiko library.
Learning how you can automate routine tasks and manage servers on your Veesp Virtual Private Servers or dedicated servers in Python using Web APIs and requests library.
Using Python standard library pickle module to save (pickle) and load (unpickle) any type of object in Python.
Learning how to extract PDF Tables in Python using camelot library and export them into several formats such as CSV, excel, Pandas data frame and HTML.
Learn how to compress and decompress files, folders and symbolic links in Python using gzip compression in tarfile built-in module.
Downloading files from the Internet over HTTP in Python using requests library and tqdm to print nice progress bars.
Learning how you can generate and read QR Code in Python using qrcode and OpenCV libraries.
Using pyautogui and OpenCV to record display screen video and save it to a file in Python.
Monitoring Operating System processes in Python using psutil library and making a similar program of Windows Task Manager or Linux top utility.
Learn how to take full control of your keyboard with keyboard python module. Hooking global events, registering hotkeys, simulating key presses and much more.
Controlling computer mouse in python. Hooking events, registering hotkeys, simulating mouse movements and click, and much more.
Extracting and Fetching all system and hardware information such as os details, cpu, memory, disk and network usage in Python using psutil and platform library in all platforms.
Writing a server and client Python scripts that receives and sends files in the network using sockets in Python.
Making a facebook messenger chat bot in python using fbchat library, you can make customized auto messages and bots, get user information, and much more handy tools.