Python programs for automating various tasks.
- Base Converter – Simple program for converting between bases.
- Letter Frequency Diagram – Provide path to a text file and get the frequency of each letter, along with a diagram.
- File date diagram – Creates a diagram showing the frequency of file modifications over time.
- Shuffle video – Shuffles a video, along with the audio and saves it to a new file.
- Image-Text Converter – Converts text to an image and an image to text.
- SRT to Bash – Converts a subtitle file to a bash script that echoes lines to the terminal with the appropriate delay.
- Render Regions – Easly splits the frame into halfs and thirds for rendering separate regions.
- PDF to textured planes – Import PDF files as individual planes with the rasterized pages as textures.
Open the terminal and cd into the directory where the scripts are saved. Run them with
python3 script_name.py
Go to Edit > Preferences > Add-ons > Install from Disk… and navigate to the python file. Then, select "Install from disk".