personal_library_manager/
│
├── project.py
│
├── DB/
│ └──library.db
│
├── utils/
│ ├──db_handler.py
│ └──mail_handler.py
│
├──scripts/
│ └──dummy_data.py
│
├── templates/ # HTML templates
│ ├── base.html
│ ├── index.html
│ ├── add_book.html
│ └── edit_book.html
│
├── static/ # CSS, JS, images
│ ├── css/
│ ├── js/
│ └── images/
│
├── tests/
│ ├── test_utils.py
│ └── test_models.py
│
├── requirements.txt
└── README.md
-
Notifications
You must be signed in to change notification settings - Fork 0
flickstrokefs/Library-Manager
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A library manger in python using Sqllite as databse
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published