Skip to content

Just a small inventory program. I'm very new to python and thought this would be a fun little project. My inspiration for this started with "where the hell did I put that thing?" Lol. But this could be used for many inventory and location-tracking purposes. Or "I put that thing somewhere so the kids couldn't mess with it and now i can't remember…

License

Notifications You must be signed in to change notification settings

Crfitz/mini-inventory-tracker

Repository files navigation

Inventory Tracker

A repository to help you keep track of where you store your items.

Getting Started

Dependencies

  • sys
  • datetime
  • csv
  • ast
  • time
  • json

Installing

  • Git clone repository

Executing Program

Store all files of this repository in a single directory. Then execute inventor_tracker.py to use the program.

Notes

Files / purposes:

  • inventory_tracker.py: This is the main program to run

  • inventory_functions.py: Contains most functions

  • database_module.py: This contains the functions dealing with the creating, reading and writing to the json file that contains the inventory data

  • export.py: This contains the export functionality; exports to a csv file to save, print, etc. (I may be moving this part into the database_module.py)

As mentioned above, the inventory data resides in a json file; if no file found, it creates and writes to inventory_db.json. Creates it in the same dir as the main program.

Author

Crfitz

Also, a big thanks to shivang-b for contributing to the readme.md. A great improvement!

About

Just a small inventory program. I'm very new to python and thought this would be a fun little project. My inspiration for this started with "where the hell did I put that thing?" Lol. But this could be used for many inventory and location-tracking purposes. Or "I put that thing somewhere so the kids couldn't mess with it and now i can't remember…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages