{"id":21829541,"url":"https://github.com/mini-sylar/payment-tracker-app","last_synced_at":"2026-05-09T02:07:17.317Z","repository":{"id":114939845,"uuid":"356097472","full_name":"Mini-Sylar/Payment-Tracker-App","owner":"Mini-Sylar","description":"Contains files to UI and code","archived":false,"fork":false,"pushed_at":"2021-07-17T19:02:01.000Z","size":488,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T12:58:11.208Z","etag":null,"topics":["json","pyqt5","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mini-Sylar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-04-09T01:31:09.000Z","updated_at":"2021-12-24T12:30:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e9a5a3d-26a4-4ade-8be2-7b6994238042","html_url":"https://github.com/Mini-Sylar/Payment-Tracker-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mini-Sylar/Payment-Tracker-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FPayment-Tracker-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FPayment-Tracker-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FPayment-Tracker-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FPayment-Tracker-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mini-Sylar","download_url":"https://codeload.github.com/Mini-Sylar/Payment-Tracker-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mini-Sylar%2FPayment-Tracker-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278626135,"owners_count":26018061,"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-10-06T02:00:05.630Z","response_time":65,"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":["json","pyqt5","python"],"created_at":"2024-11-27T18:27:53.011Z","updated_at":"2025-10-06T14:37:09.988Z","avatar_url":"https://github.com/Mini-Sylar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PAYMENT-TRACKER-APP (UI version 2.0)\r\n### from DSC challenge,University of Ghana\r\nA program to help an employee track how much they are paid after a period of work (UI version)\r\n\r\n## Installation\r\nProgram depends on the following libraries\r\n- pyqt5\r\n- sys\r\n- xlswriter\r\n- qt_material\r\n- TableSaver (custom module adapted from ellyansec's save modules) [REMOVED]\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the following libraries.\r\n\r\n```bash\r\npip install PyQt5\r\npip install XlsxWriter\r\npip install qt-material\r\nTableSaver Module is included in the files [REMOVED]\r\n```\r\n\r\n## Usage\r\n\r\n```\r\n- run MainWindow.py \r\n- add an employee from the file menu to generate an employee tab with a table\r\n- Use the update button to add more entries to the table\r\n- Use the save button to export the items in the table as a spreadsheet\r\n```\r\n\r\n## Update\r\nView [Changelog](https://github.com/Mini-Sylar/DSC-UG-Challenge-UI-Version/blob/main/CHANGELOG.md)\r\nfor updates to the project\r\n\r\n## Screenshots\r\n\u003cdiv\u003e\r\n   \u003cp align=\"center\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_1.png\" alt=\"Mainwindow Interface\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_2.png\" alt=\"Add Employee\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_3.png\" alt=\"Open User1 Data\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_4.png\" alt=\"Loaded Data\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_5.png\" alt=\"Update Employee\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_6.png\" alt=\"Sample Data After Exporting\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_7.png\" alt=\"Change Icons\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/screen_icons_8.png\" alt=\"After Changing Icons\"\u003e\r\n        \u003cimg width=\"380\" src=\"/Screenshots/Output_Image.png\" alt=\"Sample Output Image\"\u003e\r\n    \u003c/p\u003e\r\n\u003c/div\u003e\r\n\r\n## Sample File\r\nSample file included in Screenshots folder as [Sample Output](https://github.com/Mini-Sylar/DSC-UG-Challenge-UI-Version/blob/main/Screenshots/User1Output.xlsx)\r\n## Contributing\r\nPull requests are welcome. Also, a TO DO list will be added to give an idea of what is \r\nplanned\r\n\r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmini-sylar%2Fpayment-tracker-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmini-sylar%2Fpayment-tracker-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmini-sylar%2Fpayment-tracker-app/lists"}