this is a simple inventory thing i made with python using streamlit
it can:
- add products
- show all products
- search and filter products
- warn u when stuff is low
- show some numbers on a dashboard
- add or remove stock
- delete products
- install the stuff and just run it
pip3 install -r requirements.txt && streamlit run app.py