Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.36 KB

File metadata and controls

23 lines (21 loc) · 1.36 KB

python-projects

Python programs for automating various tasks.

List

Standalone scripts

  1. Base Converter – Simple program for converting between bases.
  2. Letter Frequency Diagram – Provide path to a text file and get the frequency of each letter, along with a diagram.
  3. File date diagram – Creates a diagram showing the frequency of file modifications over time.
  4. Shuffle video – Shuffles a video, along with the audio and saves it to a new file.
  5. Image-Text Converter – Converts text to an image and an image to text.
  6. SRT to Bash – Converts a subtitle file to a bash script that echoes lines to the terminal with the appropriate delay.

Blender Addons

  1. Render Regions – Easly splits the frame into halfs and thirds for rendering separate regions.
  2. PDF to textured planes – Import PDF files as individual planes with the rasterized pages as textures.

Run

Standalone scripts

Open the terminal and cd into the directory where the scripts are saved. Run them with

python3 script_name.py

Blender addons

Go to Edit > Preferences > Add-ons > Install from Disk… and navigate to the python file. Then, select "Install from disk".