{"id":20905889,"url":"https://github.com/sumitkumargiri/inventory-management-system-python-with-oracle","last_synced_at":"2026-04-10T01:41:52.988Z","repository":{"id":159969582,"uuid":"492656373","full_name":"SumitKumargiri/Inventory-management-system-python-with-oracle","owner":"SumitKumargiri","description":"This repository contains all the best practices for managing Github repository.","archived":false,"fork":false,"pushed_at":"2023-10-30T08:59:33.000Z","size":8140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T14:20:30.034Z","etag":null,"topics":["github","gui-application","mysql-database","oracle","python","tkinter"],"latest_commit_sha":null,"homepage":"https://sumitkumargiri.github.io/portfolio_web/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SumitKumargiri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-05-16T02:14:07.000Z","updated_at":"2023-11-07T19:40:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"744c5c8b-4813-43b9-89a4-1b57ccc517ae","html_url":"https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumitKumargiri%2FInventory-management-system-python-with-oracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumitKumargiri%2FInventory-management-system-python-with-oracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumitKumargiri%2FInventory-management-system-python-with-oracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumitKumargiri%2FInventory-management-system-python-with-oracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SumitKumargiri","download_url":"https://codeload.github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243297081,"owners_count":20268713,"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","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":["github","gui-application","mysql-database","oracle","python","tkinter"],"created_at":"2024-11-18T13:28:05.872Z","updated_at":"2025-12-29T01:46:08.006Z","avatar_url":"https://github.com/SumitKumargiri.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory-management-system-python-with-oracle\n\n#login page \n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/d2e649f0-9151-43e6-9311-0644f77518df)\n\n#signup page\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/16713904-3c75-4415-8db3-876996e03869)\n\n#Dashboard of inventory management System\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/d32427e8-e6cf-484d-9225-3e65e4d54202)\n\n#Employee Details\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/9ebeb0ae-ffd2-4690-a51f-ab4c93132c10)\n\n#supplier Details\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/8aedc607-96b5-4ac5-b3a2-d5b2150373eb)\n\n#category Details\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/f85980e4-dafe-4d90-adff-fc59a1b2d6ba)\n\n\n#Product Details\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/9d4cfbad-a86e-4933-a352-d88eb00daef1)\n\n#customer Bill\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/2a71be12-eb4b-4e0a-bb6e-3800a1fc3528)\n\n#find bill slip\n\n![image](https://github.com/SumitKumargiri/Inventory-management-system-python-with-oracle/assets/96234273/3a40d684-c9fa-41ca-a053-7e83c76d5b87)\n\nProject Overview: Inventory Management System\n\nAn inventory management system is a software application that helps businesses keep track of their inventory levels, sales, and restocking activities. In this project, we'll create a simple inventory management system using Python and Oracle databases.\n\nTools and Technologies:\n\nPython: A programming language for creating the application logic.\nOracle Database: For storing and managing inventory data.\ncx_Oracle: Python library for connecting to Oracle databases.\nGUI Library (optional): Tkinter, PyQt, or any other library for creating a graphical user interface.\n\nProject Steps:\n\nDatabase Setup:\n\nInstall Oracle Database and set up a new schema for your project.\nCreate necessary tables for managing products, categories, orders, etc.\nPython Setup:\n\nInstall necessary Python libraries, including cx_Oracle.\nSet up a connection to the Oracle database using the connection string.\nCreate Data Models:\n\nDefine Python classes that represent your database tables (e.g., Product, Category, Order).\nUse an Object-Relational Mapping (ORM) approach or manual SQL queries to interact with the database.\n\nPython Official Website:\nSearch for \"Python official website\" on your preferred search engine. The official Python website should be one of the top results. You can also type in \"python.org\" directly into your browser's address bar.\n\nOracle Database:\nSearch for \"Oracle Database official website\" on your preferred search engine. The official Oracle Database page should be one of the top results. You can also type \"oracle.com/database\" directly into your browser's address bar.\n\nFor the cx_Oracle library, you can find its official documentation and installation instructions on the Python Package Index (PyPI) or by searching for \"cx_Oracle Python library\" on your search engine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumitkumargiri%2Finventory-management-system-python-with-oracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumitkumargiri%2Finventory-management-system-python-with-oracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumitkumargiri%2Finventory-management-system-python-with-oracle/lists"}