Skip to content

rauldhs/python-mini-projects

Repository files navigation

python-mini-projects

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:

Table of Contents

Data stuff

Description: just a place to put all the stuff i did while playing around with Matplotlib and Plotly

Technologies Used: Matplotlib,Plotly

Habitica quest generator

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

  1. Download the repository.
  2. Install requirements:
    pip install -r habitica_requirements.txt
  3. Run:
    python habitica.py -f quest_lines/questline.json

Estimate read time

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

  1. Download the repository.
  2. Install requirements:
    pip install -r estimate_read_time_requirements.txt
  3. Run:
    python estimated_read_time.py -h

Anki wanikani mnemonics adder

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 :)

Subtitle files utility

Description: I wanted to watch stuff with subtitles on vlc but the subtitles and the video names were different so it was annoying

Instalation

  1. Download the repository.
  2. Run:
    python subtitle_files_utility.py -h 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published