Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 339 Bytes

This is a repo to make a book management by AVL Tree in Python.

Getting started

Books data is structured by an AVL tree to make searches quickly and effectively. Frontend, I have used streamlist framework to build interesting.  To use, in folder of this project type:

pip install -r requirement.txt
streamlit run .\main.py