Skip to content

flickstrokefs/Library-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library manger in python using Sqllite as databse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages