{"id":21203757,"url":"https://github.com/bl33h/pcssystem","last_synced_at":"2026-04-09T16:16:35.199Z","repository":{"id":155555661,"uuid":"632511397","full_name":"bl33h/PCsSystem","owner":"bl33h","description":"A user-friendly application for managing personal computers efficiently. Powered by PostgreSQL.","archived":false,"fork":false,"pushed_at":"2023-06-17T05:41:15.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T22:45:51.397Z","etag":null,"topics":["database","gui","pcs","postgresql","psql","python","simulation","tkinter","transactions","ui"],"latest_commit_sha":null,"homepage":"","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/bl33h.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":"2023-04-25T14:58:33.000Z","updated_at":"2023-06-17T06:15:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"93c8fa1f-2dde-43a2-b7aa-48d1abacf009","html_url":"https://github.com/bl33h/PCsSystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bl33h/PCsSystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FPCsSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FPCsSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FPCsSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FPCsSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bl33h","download_url":"https://codeload.github.com/bl33h/PCsSystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bl33h%2FPCsSystem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259737914,"owners_count":22903869,"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":["database","gui","pcs","postgresql","psql","python","simulation","tkinter","transactions","ui"],"created_at":"2024-11-20T20:26:36.998Z","updated_at":"2026-04-09T16:16:35.153Z","avatar_url":"https://github.com/bl33h.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PCsSystem\nA user-friendly application designed for efficient management of personal computers within a system. It offers a range of functionalities, including searching for computers based on specific criteria, deleting entries, adjusting prices, and verifying devices existence using attributes. Powered by a PostgreSQL database, this project enables seamless storage, retrieval, and manipulation of computer-related data. With its intuitive design and comprehensive features, it provides an effective and streamlined solution for computer management.\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.imgur.com/2cL4N6T.png\" alt=\"pic\" width=\"700\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" \u003e\n  \u003ca href=\"#Files\"\u003eFiles\u003c/a\u003e •\n  \u003ca href=\"#Features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e \n\u003c/p\u003e\n\n## Files\n\n- src: the file that implements de solution.\n  - PCsSystem.py: A Python script that implements a GUI application called \"PCs System\" using the Tkinter library. It allows users to search, delete, adjust prices, and check PCs in a system. The application connects to a PostgreSQL database and provides a user-friendly interface for managing PCs.\n  - PCsSystemTables.sql: Database tables information.\n\n## Features\nThe main features of the application include:\n- GUI Application: The script creates a graphical user interface (GUI) application using the tkinter library. It provides a user-friendly interface for interacting with the PCs System.\n- Database Connectivity: The script establishes a connection to a PostgreSQL database using the psycopg2 library. It enables the application to interact with the database for performing various operations.\n- Menu UI: The application displays a menu with different options for managing the PCs System. It includes buttons for searching PC, deleting PC, adjusting PC price, and checking PC existence.\n- Search PC Function: The script implements a function for searching PCs based on their velocity and RAM specifications. It retrieves matching PCs from the database and displays the results using message boxes.\n- Delete PC Function: The script implements a function for deleting a PC from the system. It prompts the user to enter the model number of the PC to be deleted and removes the corresponding records from the database.\n- Adjust Price Function: The script provides a function for adjusting the price of a PC. It subtracts $100 from the price of the PC with a given model number and updates the database accordingly.\n- Check PC Function: The script implements a function for checking the existence of a PC in the system. It validates if a PC with the specified attributes (maker, model, velocity, RAM, disc size, and price) already exists in the database and displays an appropriate message.\n\n\n## How To Use\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Python](https://www.python.org/downloads/) installed on your computer. From your command line:\n\n...\n```bash\n# Clone this repository\n$ git clone https://github.com/bl33h/PCsSystem\n\n# Install dependencies\n$ pip install tkinter \n\n# Open the folder\n$ cd src\n\n# Run the app\n$ python PCsSystem.py\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fpcssystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbl33h%2Fpcssystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbl33h%2Fpcssystem/lists"}