Skip to content

Some mini python scripts to manage boring micro tasks πŸ’»βœ”

Notifications You must be signed in to change notification settings

kostaschikis/python-micro-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Micro-Tasks Automation πŸ’»βœ”

I made these programs just for my personal use to automate some boring stuff but maybe they'll come in handy for another person out there.

● watchtime.py πŸ“„

Have you ever had a folder with a bunch of videos in it and wondered how many hours of watch time do they add up?
This simple script does exactly that. It calculates the watch time of all videos combined within a directory
Just insert the absolute path of the folder you want to calculate when the program asks you to.
e.g. C:\Users\Username\Videos\Captures
Used TinyTag to extract video metadata

● deletesubs.py πŸ“„

Have you ever downloaded a movie or a series that ships with a lot of subtitle files(.srt files) that you dont need?
This script keeps only the english .srt files and deletes all the other within a directory.
Again, you just insert the absolute path of the directory that contains the subtitles and the media when the program asks you to.
e.g. C:\Users\Username\Movies\TheMovie

More scripts to come...

Install Dependencies

  1. pip3 install pipenv(if you dont have pipenv)
  2. pipenv shell
  3. pipenv install

About

Some mini python scripts to manage boring micro tasks πŸ’»βœ”

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages