Random scripts to save time doing bothersome tasks. For example extracting text from a pdf to editable markdown, formating documents, downloading images or videos etc.
Implementing a simple gui with tkinter as a proof of concept. Will create a better gui when needed.
Normal tkinter has great features, but lacks on style Found customtkinter to make the gui more modern. \ Documentation here https://customtkinter.tomschimansky.com/
conda create --name utilities pip install pdfplumber markdownify pip install customtkinter