Skip to content

adminvulcano/folder-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

folder-organizer

Hackable notebook to categorize everything in a messy download folder with file previews

Setup

  1. (Optional) Create a virtual env
python -m venv .venv
# Linux/MacOs
source .venv/bin/activate
# Windows
.venv/Scripts/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Start notebook
jupyter notebook
  1. 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published