Skip to content

simple inventory system but for testing/learning purposes

Notifications You must be signed in to change notification settings

HypersourceStudios/inventory-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

inventory system

hello fellows i have made another (probably useless) thing, this time in python (unsurprising) this lets you use commands such as add(item) and other random stuff to control an inventory

why is there a second one?

the original one and the one that will probably be developed more is on my profile, but this one is for learning and testing purposes mainly.

usage rules

if you want to use this, just credit me (HyperSource, or just link this repo) in your README or in a comment at the top of your python files using it. (or just a credits.md page would also work)

usage guide

in python, simply copy-paste the stuff into a new file named inventory.py or whatever you want, then at the start of your file write:

# using "inventory.py" as the name
from inventory.py import (
  inventory,
  add,
  remove,
  list
)

and then you should be good. then from there, just use add(item), remove(item), and list() wherever you need in your code. these do exactly what they sound like. currently these are the only commands but i will be adding more :P

wow this is a long readme

About

simple inventory system but for testing/learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%