{"id":20760050,"url":"https://github.com/nishant0820/inventory-management-system","last_synced_at":"2025-10-16T18:15:24.178Z","repository":{"id":251785538,"uuid":"827174939","full_name":"nishant0820/Inventory-Management-System","owner":"nishant0820","description":"Inventory Management System is a python based project that uses tkinter modules for Graphical User Interface(GUI)","archived":false,"fork":false,"pushed_at":"2024-08-05T16:42:26.000Z","size":2875,"stargazers_count":17,"open_issues_count":0,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T18:49:13.864Z","etag":null,"topics":["datetime","os","pil","python","sqlite3","tkinter","tkinter-gui"],"latest_commit_sha":null,"homepage":"https://nishant0820.github.io/Inventory-Management-System/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nishant0820.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T06:35:47.000Z","updated_at":"2025-08-10T22:34:53.000Z","dependencies_parsed_at":"2024-08-05T19:53:51.409Z","dependency_job_id":null,"html_url":"https://github.com/nishant0820/Inventory-Management-System","commit_stats":null,"previous_names":["nishant0820/inventory-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nishant0820/Inventory-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FInventory-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FInventory-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FInventory-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FInventory-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nishant0820","download_url":"https://codeload.github.com/nishant0820/Inventory-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishant0820%2FInventory-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274688464,"owners_count":25331610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datetime","os","pil","python","sqlite3","tkinter","tkinter-gui"],"created_at":"2024-11-17T10:10:30.486Z","updated_at":"2025-10-16T18:15:24.097Z","avatar_url":"https://github.com/nishant0820.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory-Management-System\nInventory Management System is a python based project that uses `tkinter` modules for Graphical User Interface(GUI)\n\n## Author: Nishant Gupta\n\n### Overview\nThis project includes 8 python scripts that demonstrate how to interact with a Graphical User Interface(GUI) using `tkinter`, manage images using `pil`, date/time using `datetime`, database using `sqlite3` and fetching files from system using `os` module. In this project, there are total 8 python scripts which are connected to each other. The eight python scripts are as follows:-\n1. `dashboard.py`\n2. `employee.py`\n3. `supplier.py`\n4. `product.py`\n5. `category.py`\n6. `sales.py`\n7. `create_db.py`\n8. `billing.py`\n\n### 1. dashboard.py\n- This script is the dashboard of Inventory Management System containing buttons, images and labels and timing.\n- The screen shows the options for `Employee`, `Supplier`, `Category`, `Products` and `Sales` to perform CRUD operations.\n- This screen also updates timely as you perform operations on any of these Labels.\n\n![alt text](image.png)\n\n### 2. employee.py\n- This screen collects and shows the complete data regarding an `employee`.\n- Buttons are functionalised accordingly.\n- You can search an employee by its `email`, `name` or `contact`.\n\n![alt text](image-1.png)\n\n### 3. supplier.py\n- This screen collects and shows the complete data regarding `suppliers`.\n- Buttons are functionalised accordingly.\n- You can search a particular supplier details by `invoice no`.\n\n![alt text](image-2.png)\n\n### 4. product.py\n- This screen collects and shows the complete data about the `product`.\n- It also ensures the `availability` of the product\n- Buttons are functionalised accordingly.\n- You can search a product by its `category`, `supplier` or `name`.\n\n![alt text](image-3.png)\n\n### 5. category.py\n- This screen collects and shows the information about the category of the product. LIKE:- If Product name is `IPhone` then its category is `Phone`.\n- This screen contains 2 buttons namely `add` and `delete`. These buttons are functionalised accordingly.\n\n![alt text](image-4.png)\n\n### 6. sales.py\n- This screen stores and shows the bills by an `invoice no`.\n- Buttons are functionalised accordingly.\n\n![alt text](image-5.png)\n\n### 7. creat_db.py\n- This is the database file for all the tables.\n- You have to run this file `first` before running the `dashboard.py` file otherwise it will throw an error.\n\n### 8. billing.py\n- This screen contains all the billing part.\n- This screen contains information regarding the `products`, `customers`, `the products they are buying`, `billing structure`, `price of product`, `discout on the products`.\n- This screen also contains a `calculator` to calculate the total amount.\n- Buttons are functionalised accordingly.\n\n![alt text](image-6.png)\n\n#### Detailed Steps:\n1. Click on the `create_db.py` file first and run it.\n2. Click on the `dashboard.py` file and run it.\n3. Click on the `employee button` to add employees.\n4. Click on the `supplier button` to add suppliers.\n5. Click on the `products button` to add products.\n6. Now click on the `billing.py` file for billing.\n7. Now click on the `dashboard.py` file and run it.\n8. Click on the `sales` button to see your billing.\n\n### Pre-Requisites\nEnsure that you have the following Python Pakages installed in your PC:\n- `time`: `pip install time`\n- `pil`: `pip install pil`\n- `sqlite3`: `pip install sqlite3`\n- `os`: `pip install os`\n\n### Configuration\n- Before running `dashboard.py`, make sure to run `create_db.py` file first and create a folder named `bill` and `images`.\n- In `images` folder save your images regarding this project and in `bill` folder bills will automatically be saved.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishant0820%2Finventory-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishant0820%2Finventory-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishant0820%2Finventory-management-system/lists"}