this is just a repo where im gonna dumb a lot of unrelated python mini projects, if the projects get too big they will be separated into their own repos
this is just a brief overview,each folder has its own readme, if the file isnt in a folder check the readme from here:
- Data Stuff
- Habitica Quest Generator
- Estimate read time
- Anki wanikani mnemonics adder
- Subtitle files utility
Description: just a place to put all the stuff i did while playing around with Matplotlib and Plotly
Technologies Used: Matplotlib,Plotly
Description: this script is quite good and refined, it will automatically add a questline from the json file you give it, to the app habitica, its very good in combination with something like chatgpt for generating the quests and then adding them to the todo app
Technologies Used: just normal standard libraries and some stuff for multi threading cuz who doesn't like cool CLI animations
Instalation
- Download the repository.
- Install requirements:
pip install -r habitica_requirements.txt
- Run:
python habitica.py -f quest_lines/questline.json
Description: every site restricted the amount and size of documents i can scan at a time so i over engineered my own
Technologies Used: the colorama, fitz library along with basic python stuff like getopt and thats it lol
Instalation
- Download the repository.
- Install requirements:
pip install -r estimate_read_time_requirements.txt
- Run:
python estimated_read_time.py -h
Description: this was supposed to be a one time run to add mnemonics to the 2k/6k deck on anki using the wanikani api, its extremely slow due to the rate limit of the api, please dont use :)
Description: I wanted to watch stuff with subtitles on vlc but the subtitles and the video names were different so it was annoying
Instalation
- Download the repository.
- Run:
python subtitle_files_utility.py -h