Skip to content

A Basic Python Console Inventory Program is a versatile tool that reads an inventory list from a text file and provides feedback on the inventory.

Notifications You must be signed in to change notification settings

Kgothatso-create/inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory program

A basic inventory program This project is an inventory program designed to be run localy on the command prompt (cmd). The program is to be run on your choice of IDE. All comments and additional notes related to the project are written within the code itself.

Prerequisites

Before running this project, make sure you have the following software installed on your system:

  • Python (version 3.x)
  • IDE of your choice

Installation

Running the Application

  • o pen inventory.py file on prefered IDE and run

Contributing

If you'd like to contribute to this project, please follow these steps:

  • Fork the repository on GitHub.
  • Create a new branch with a descriptive name: git checkout -b my-new-feature
  • Make your changes and commit them with appropriate messages: git commit -am 'Add some feature'
  • Push your branch to your forked repository: git push origin my-new-feature
  • Create a new pull request on the original repository.

If you encounter any issues or have any questions, please feel free to create an issue on the GitHub repository.

About

A Basic Python Console Inventory Program is a versatile tool that reads an inventory list from a text file and provides feedback on the inventory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published