Hackable notebook to categorize everything in a messy download folder with file previews
- (Optional) Create a virtual env
python -m venv .venv
# Linux/MacOs
source .venv/bin/activate
# Windows
.venv/Scripts/activate
- Install dependencies
pip install -r requirements.txt
- Start notebook
jupyter notebook
- Open
main.ipynb
in the jupyter interface and run all the cells!
Note: Some previews might not work when viewing the notebook in an IDE like VSCode or PyCharm. Web works best!