What are some useful Python scripts?

Quora Feeds

Active Member
Prasanth Louis

UPDATE: I made a simple video on how to make and run a simple python script to clean up your desktop. It's not professional or anything :D

https://www.youtube.com/watch?v=...

I always used to copy a truckload of movies from my friends onto my hardisk. But i never knew which movies were the good ones. So I made a python script to sort all your movies into folders sorted by their IMDB rating. You'll never watch a bad movie again.
https://github.com/prasanthlouis...

I used to live in hostel and as we all know everyone loves to hog the WiFi. I made a script, to log off users from a firewall to prevent them from hogging the WiFi. You'll probably need to adjust the script for your own purposes.

https://github.com/prasanthlouis...

I also receive a bunch of photos from my friends through Whatsapp or Bluetooth. But the problem is one day I'll receive my graduation photos, after 2 days I'll receive photos from a theme park I went to, and in between those days I'll receive a bunch of crap. So I made a simply python script to sort your Whatsapp photos by date into folders, so you'll have photos from one function in a separate folder, photos from another function in another folder, and crap in another folder:
https://github.com/prasanthlouis...

I also made a YouTube downloader, to download your favorite YouTube videos. It downloads videos pretty fast. Faster than conventional downloaders:
https://github.com/prasanthlouis...

Also I love reading manga. But its always tiring to click page after page, waiting for the next page to load. So I made a script to download your favorite manga. After its downloaded, you can read your manga with no interruptions. See more here:
https://github.com/prasanthlouis...

And I'm also a lazy kid. I always get my desktop cluttered with a bunch of junk. So I made a python script, to clean up your desktop. It'll place everything on your desktop into another single folder making it spotless.
https://github.com/prasanthlouis...

The best thing to do is go on your computer, find something (a task) which takes ages to complete and automate it. Have fun!

Check out my other python scripts:
https://github.com/prasanthlouis

Update: Thanks for all the upvotes! It feels amazing knowing that someone in the world appreciates your work. Thanks again! :)

See Questions On Quora

Continue reading...
 
Similar threads
Thread starter Title Forum Replies Date
N Study Buddy need someone to learn python together(beginner) Study Buddy 0
R Study Buddy Learn Python together Study Buddy 1
D PYTHON Q&A 0

Similar threads

Top