{"id":21246793,"url":"https://github.com/apfirebolt/desktop-apps-in-python-using-tkinter-and-pyqt","last_synced_at":"2026-05-20T19:46:41.229Z","repository":{"id":45466472,"uuid":"454628918","full_name":"Apfirebolt/desktop-apps-in-python-using-tkinter-and-pyqt","owner":"Apfirebolt","description":"Collection of small desktop apps created in Python using Tkinter, Pyside and Pyqt libraries","archived":false,"fork":false,"pushed_at":"2023-08-21T04:51:09.000Z","size":599,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T00:49:46.664Z","etag":null,"topics":["pyqt5","pyside2","python","tkinter-gui"],"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/Apfirebolt.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":"2022-02-02T03:16:55.000Z","updated_at":"2022-07-13T10:09:33.000Z","dependencies_parsed_at":"2025-01-21T00:45:47.033Z","dependency_job_id":"bc759841-d737-42d1-be4c-84ae841736ee","html_url":"https://github.com/Apfirebolt/desktop-apps-in-python-using-tkinter-and-pyqt","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/Apfirebolt%2Fdesktop-apps-in-python-using-tkinter-and-pyqt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fdesktop-apps-in-python-using-tkinter-and-pyqt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fdesktop-apps-in-python-using-tkinter-and-pyqt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apfirebolt%2Fdesktop-apps-in-python-using-tkinter-and-pyqt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apfirebolt","download_url":"https://codeload.github.com/Apfirebolt/desktop-apps-in-python-using-tkinter-and-pyqt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685525,"owners_count":20330980,"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":["pyqt5","pyside2","python","tkinter-gui"],"created_at":"2024-11-21T02:06:04.771Z","updated_at":"2025-12-29T19:34:42.508Z","avatar_url":"https://github.com/Apfirebolt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge\u0026logo=python\u0026logoColor=blue)\n\n\n# A collection of small desktop based apps in Python\n\nDesktop apps such as calculator, clock and others in Python using Tkinter, PyQT5 and Pyside2.\n\n## Getting Started\n\nCreate a new virtual environment as a best practice norm. Install python packages through pip using the bundled requirements\nfile. Tkinter already comes bundled with Python, but you'd need to install other similar alternatives used in this repository like PySide2 and PyQT5.\n\n## QT Designer Tool for Pyside applications\n\nThere is a GUI drag and drop tool available for you in case you're using Pyside. The tool is called \u003cstrong\u003eQT Designer\u003c/strong\u003e. You can install this tool using the following command \n\n```\npip install pyqt5-tools\n```\n\nInside your virtual environment site-packages folder you should 'designer.exe' file inside qt5_applications/Qt/bin directory. There is also an extension available to handle ui files if you're using Visual Studio Code. UI files need to be compiled into python files for Pyside which can be done using the following command in the terminal\n\n```\npyuic5 -x new-ui.ui -o new-ui.py\n```\n\nMake sure you are inside the directory where your UI files reside.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fdesktop-apps-in-python-using-tkinter-and-pyqt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapfirebolt%2Fdesktop-apps-in-python-using-tkinter-and-pyqt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfirebolt%2Fdesktop-apps-in-python-using-tkinter-and-pyqt/lists"}