Go to file
2023-11-08 13:51:28 +02:00
src feat(Book): add get method 2023-11-08 13:51:28 +02:00
.gitignore Initial commit 2023-10-18 12:58:30 +03:00
LICENSE Initial commit 2023-10-18 12:58:30 +03:00
main.py feat(tui): display books as a table 2023-11-01 18:57:35 +02:00
pyproject.toml feat(table): display data as a table 2023-11-06 22:08:26 +02:00
README.md refactor(readme): move task to separate file 2023-10-22 19:12:05 +03:00
requirements.txt feat(table): display data as a table 2023-11-06 22:08:26 +02:00
TASK.md refactor(readme): move task to separate file 2023-10-22 19:12:05 +03:00

LU bookstore

Task

Develop a bookstore inventory management system in Python. Read more here

Running

pip install . -e
./main.py