{"id":43194548,"url":"https://github.com/cycool29/pi-apps-gui","last_synced_at":"2026-02-01T05:14:39.173Z","repository":{"id":50645492,"uuid":"468152405","full_name":"cycool29/pi-apps-gui","owner":"cycool29","description":"A Python version of Pi-Apps GUI built with PySimpleGUI, with some unique features.","archived":false,"fork":false,"pushed_at":"2022-06-08T02:45:43.000Z","size":177,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-04T18:11:29.987Z","etag":null,"topics":["gui","pi-apps","pysimplegui","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cycool29.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-10T01:32:49.000Z","updated_at":"2022-08-14T18:28:19.000Z","dependencies_parsed_at":"2022-09-05T02:30:36.645Z","dependency_job_id":null,"html_url":"https://github.com/cycool29/pi-apps-gui","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/cycool29/pi-apps-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycool29%2Fpi-apps-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycool29%2Fpi-apps-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycool29%2Fpi-apps-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycool29%2Fpi-apps-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cycool29","download_url":"https://codeload.github.com/cycool29/pi-apps-gui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycool29%2Fpi-apps-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28969090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T04:44:20.970Z","status":"ssl_error","status_checked_at":"2026-02-01T04:44:19.994Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gui","pi-apps","pysimplegui","python"],"created_at":"2026-02-01T05:14:38.891Z","updated_at":"2026-02-01T05:14:39.167Z","avatar_url":"https://github.com/cycool29.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pi-apps-gui\n\nA Python version of [Pi-Apps](https://github.com/Botspot/pi-apps) GUI built with PySimpleGUI, with some unique features. \n\n\n## Install\n\nTo replace it with Pi-Apps default GUI:\n```bash\nsudo apt install python3-tk\npip3 install PySimpleGUI\ncd ~/pi-apps\nrm -f gui \nwget https://github.com/cycool29/pi-apps-gui/raw/master/github.png -O icons/github.png\nwget https://github.com/cycool29/pi-apps-gui/raw/master/website.png -O icons/website.png\nwget https://github.com/cycool29/pi-apps-gui/raw/master/pi-apps.py -O gui\nchmod +x ./gui\n```\n\n## Uninstall \n\nTo change back to Pi-Apps default GUI:\n```bash\ncd ~/pi-apps\nrm -f gui icons/github.png icons/website.png\nwget https://github.com/Botspot/pi-apps/raw/master/gui -O gui\nchmod +x ./gui\n```\n\n## Features\n\n- **Portable Search Function** - easily search for apps in the search bar, or with pressing \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003eS\u003c/kbd\u003e.\n- **Keyboard Shortcuts** - without using your mouse, you can:\n  - **Install Selected App** by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eI\u003c/kbd\u003e\n  - **Uninstall Selected App** by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eU\u003c/kbd\u003e\n  - **Refresh App List and App Info** by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e\n  - **View App Scripts** by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eS\u003c/kbd\u003e\n  - **View App Credits** by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eC\u003c/kbd\u003e\n  - **Search Apps** by pressing \u003ckbd\u003eAlt\u003c/kbd\u003e + \u003ckbd\u003eS\u003c/kbd\u003e\n- **Dual-pane Layout in a Window** - the app info tab and app list tab are in one window, so loading categories and apps are a little bit faster.\n\n## To-do\n- [ ] Add theme selection\n- [ ] Make tray icon\n- [ ] Write another settings for toggling features (theme, tray icon, etc...)\n- [ ] Announcement text label\n- [x] Fix app info tab change its size when changing category\n- [ ] Support multi-installing\n- [ ] Try to add install/uninstall buttons on app list for power users \n\n## Suggestions\n\nSuggestions or PRs are **very very very welcome**, as I am now lack of new ideas for features. :(\n\nYou can submit suggestions by opening a new issue.\n\n## Screenshots\n\n![image](https://user-images.githubusercontent.com/88134003/169481515-a16342bc-b1fa-4469-aa78-5eeca37af043.png)\n\n![image](https://user-images.githubusercontent.com/88134003/169481702-e2e7ee15-ccb9-497d-bcc3-b63d7e14e2c1.png)\n\n\n\n## Credits \n\n[Pi-Apps](https://github.com/Botspot/pi-apps) is an open source project developed by [Botspot](https://github.com/Botspot).\nI am just creating another GUI for it.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0. See the [COPYING](COPYING) file for more info.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycool29%2Fpi-apps-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycool29%2Fpi-apps-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycool29%2Fpi-apps-gui/lists"}