Automate the Boring Stuff with Python (Clean Up Your Computer)



Automate the Boring Stuff with Python (Clean Up Your Computer)

Automate the Boring Stuff with Python (Clean Up Your Computer)

In this video I go over how you can automate the boring stuff with Python!

You can really do some amazing things with computers and just a little bit of code that can make your life way easier than it was before. The best part is, it’s not actually that hard for people to learn this, although it can be daunting to get started. My goal here is to show you how simple it really be to make you life way easier when using your computer.

Code: https://github.com/Jalsemgeest/Python/blob/main/ComputerCleaner/cleaner.py

Join my Discord at https://discord.gg/AeZrfR9Hpg

Thanks for watching! ❤️

Timestamps:
00:00 Intro
00:30 Install Pystray and Watchdog
00:40 How to find files and loop over them
2:38 How to move files
5:19 How to listen to directory changes
9:00 How to make a system tray icon
11:15 How to turn your script into an exe

Comments are closed.