This Article talks about this Github repo. This is a Github repo has multiple small python tools, which I am going to explain here.

Programs:

  • DeleteFilesWhenImDead - 4 scripts
  • commiter - 1 script
  • imageFinder - 1 script
  • jsonToMd - 1 script
  • testdata generator - 1 script
  • youtube downloader - 1 script
  • mapper

Programs

DeleteFilesWhenImDead

I won’t go into it fully, since the readme in the folder already does that.

This application deletes your files (the ones you specified) when the program thinks you are dead. (aka pc inactive for x days). It is highly customisable, and it can mask it’s deletions after it deleted to revert back to default.

Does not have GUI.

Commiter

This is a script to auto commit every X time.

img

As you can see it is customisable in the GUI.

I personally use this for 10.03 Project Betacraft Explorer.

image finder

Basically you input websites in the message.txt, and then the program scrapes the web to find images on that website, and formats it to a json format that I need for my random website display.

pip install pytube
pip install requests
pip install bs4 

json to md

It again has it’s own small readme in it’s folder. But what it does is convert a json format to md.

To be more precise:

I only made this for this use.

testdata generator

testdata generator again has it’s own readme in it’s own folder.

What it does is generate mock data. kinda like faker, but then to be applied to json structures etc.

youtube downloader

pip install yt-dlp

You run the script to download your youtube urls, either as mp4 or mp3.

You can either:

  • Paste your url’s into message.txt
  • Copy paste the links into the console script when it is running.

This is because it has multiple modes.

Receipt.txt shows the links it downloaded.

mapper

lists all files in a folder into a json.