/Pyventory

An inventory management system in Python.

Primary LanguagePythonMIT LicenseMIT

Pyventory

Python License

An inventory management system in Python. And yes the words Python and inventory are combined.

Additional Features

Besides the standard CRUD functionalities and the additional features mentioned in the assignment brief, these are something extra:

  • Search Engine: A search functionality for products.
  • Login (Basic): Basic login page for user authentication.
  • Data Storage (CSV): Product data is stored in CSV format for persistence.
  • User Experience? Not exactly a feature, but the idea is present throughout the whole program, from using appropriate whitespace, to colored text, etc.

Installation

  1. Clone the repository:

    git clone https://github.com/Kr1s7on/Pyventory.git
  2. Navigate to the project directory:

    cd Pyventory
  3. Run Pyventory:

    python3 main.py

Contributing

Feel free to fork for personal use and experimentation.

License

Pyventory is licensed under the MIT License. See LICENSE for more information.