Update note.md

This commit is contained in:
Yuvi9587 2025-07-06 17:34:04 +05:30 committed by GitHub
parent c8b77fb0d7
commit 568c687f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,10 +13,9 @@ This project used to be one giant messy App Script. It worked, but it was hard t
``` ```
KemonoDownloader/ KemonoDownloader/
├── main.py # Where the app starts ├── main.py # Where the app starts
├── requirements.txt # List of Python libraries used
├── assets/ # Icons and other static files ├── assets/ # Icons and other static files
│ └── Kemono.ico │ └── Kemono.ico
├── data/ # Stuff that gets saved (user config, cookies, etc.) ├── data/
│ └── creators.json │ └── creators.json
├── logs/ # Error logs and other output ├── logs/ # Error logs and other output
│ └── uncaught_exceptions.log │ └── uncaught_exceptions.log