A simple and user-friendly web file manager built with Python (Flask), HTML, CSS, and JavaScript. Upload, download, organize, edit text files, and extract archives directly in your browser.
Note
- File uploading and downloading.
- Folder management.
- In-browser text file editing.
- Archive extraction (ZIP, TAR, etc.).
- Easy to set up and use.
Tip
git clone https://github.com/SL1dee36/CloudNest
cd CloudNest
pip install -r requirements.txt
flask run
Visit http://127.0.0.1:5000/
in your browser.