Skip to content

This is just everyday python scripts. Does not cares about efficiency, just useful for everyday use.

Notifications You must be signed in to change notification settings

rebel1324/Everyday-Python-Scripts

Repository files navigation

Everyday Python Scripts

This is just everyday python scripts. Does not cares about execution efficiency (when it's just used for few times), just useful for everyday use.

Mainly focusing on practicing automation methods and see how I can actually save my time and do less mosue/keyboard works and tedious tasks.

If you have any idea to solve automations, you can add some of ideas on Issues page.

List of scripts

order.py

file management

This script was made for sorting the subtitle files and video files in sync so the video player can detect the subtitle file without the hassle. All you have to do is just copy this thing and put on your anime folder and run the file. pretty efficient for merging external subtitles. (especially you, korean boy) loader

auto_psd_to_png.py

file management / automation

This script was made for automating converting psd file to png file everytime when i made change to psd file. it was pretty annoying task when i use photoshop but hey now I actually automated it so you can go check it out.

vmt_generator_with_matproxy.py

file management / file generation

This script was made for automating VMT file merging process that is used for Source Engine Games. This tool was designed to reduce time to make new skins for Source Engine Games.

workstart.py

notification / automation / task efficiency

My personal sprint timer. when this script executed it will notify me 90 minutes of work time and 30 minutes of rest time.

mana.py

notification / automation / scrap websites

My personal manga notification program. When this script executed it will notify me new mangas that i've missed via telegram. The source is undisclosed. e-mail me if you need to know the parsing source. riddled with inefficient code - since I don't want to get blocked from the site, async/multithread never used.

Tips

These scripts are designed to be some kind of generic tools for your windows environment. I suggest you to put some of these scripst on some folder and add that path on PATH enviornment variable. So you can actually call the program anywhere freely.

About

This is just everyday python scripts. Does not cares about efficiency, just useful for everyday use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages