Skip to content

This is a command line application base on python. This application allows you to store data like a database where in you can Create or Add Product, Read Data, as well as Update and delete.

License

Notifications You must be signed in to change notification settings

EricEchemane/Product-Inventory-Management-System-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Inventory Management System in Python

This is a command line or console application base on python. This application allows you to store data like a database where in you can create or add product, read data, as well as update and delete data.

Here the main storage of Data is a csv file inside the ./database/ folder.

Features

  • User Log-in System with 1 Layer of Encryption
  • View Product
  • Add Product
  • Update Product
  • Delete Product
  • Restore Deleted Products - This feature is currently in the development process

Used libraries

  • Pandas
  • Dataframe
  • CSV

File Contents

  • main.py This is the main interface and function of the program.
  • login.py User login system with 1 strong layer of encryption.
  • encryption.py This is where username and password are encrypted
  • masking.py User defined function where in the characters you are typing is hidden in the console or replaced with an asterisk.
  • gotoxy.py gotoxy function allow you to manipulate console cursor position set by the given point x and y. This is very helpful in organizing user inputs and prompts.
  • database folder
    • inventory.csv Main storage of the products
    • deleted.py Back-up file for unintentional deletion

About

This is a command line application base on python. This application allows you to store data like a database where in you can Create or Add Product, Read Data, as well as Update and delete.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages