An inventory script I instructed ChatGPT to write for me.
It uses sqlite as a database.
- python3
- pip3
- run
pip3 install -r requirements.txt
to install all required libraries. - run
python3 inventory.py
- Accept multiple ids on all functions with comma separated values
- Add an ascii art
- Add colors