This is a small folder for python scripts to make life easier :)
image-resizer.py
Scales down an image (or several) to a specific size while keeping its aspect ratio (and also reduces file size a bit).
Notice: This requires Pillow.
image-crop.py
Crop an image on specific coordinates
Notice: This requires Pillow.
webp to jpg or gif converter
Notice: This requires Pillow.
- TODO: as UI with tkinter?
osu-wiki-search v2
bash script here?
yt-dl.py
This is a Windows python wrapper for executing a specific command via youtube-dl.
It simplifies the workflow a bit, so that the command doesn't need to be typed in the console every time. Mainly using this for downloading music as .mp3
.
The script can be converted into an executable via pyinstaller yt-dl.py --onefile
if required. The actual youtube-dl application needs to be downloaded as well.