{"id":23585487,"url":"https://github.com/hkaar/ui-manager","last_synced_at":"2025-11-03T05:30:31.587Z","repository":{"id":62586150,"uuid":"430266491","full_name":"Hkaar/UI-Manager","owner":"Hkaar","description":"A UI Manager for PyQt \u0026 PySide","archived":false,"fork":false,"pushed_at":"2022-01-23T00:25:33.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-12T09:25:54.330Z","etag":null,"topics":["pyqt","pyqt5","pyqt6","pyside","pyside2","pyside6","python-module","ui-management"],"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/Hkaar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-21T03:45:39.000Z","updated_at":"2023-03-30T11:47:10.000Z","dependencies_parsed_at":"2022-11-03T22:08:29.084Z","dependency_job_id":null,"html_url":"https://github.com/Hkaar/UI-Manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hkaar%2FUI-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hkaar%2FUI-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hkaar%2FUI-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hkaar%2FUI-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hkaar","download_url":"https://codeload.github.com/Hkaar/UI-Manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239412485,"owners_count":19634016,"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":["pyqt","pyqt5","pyqt6","pyside","pyside2","pyside6","python-module","ui-management"],"created_at":"2024-12-27T03:15:10.520Z","updated_at":"2025-11-03T05:30:31.554Z","avatar_url":"https://github.com/Hkaar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UI Manager\nA UI Manager for PyQt \u0026 PySide\n\n**Copyright (c) 2021 Hkaar**\n\n## Overview\nUI Manger aims to help you in managing your ui more easily, and faster with less\ncode inside your program, with an easy to use interface so it's easy to use and learn\nfor use in your program.\n\n## License\nUI Manager is distributed under the MIT License. For more details please see\nLICENSE.txt.\n\n**Permission is hereby granted, free of charge, to any person obtaining a copy of \nthis software and associated documentation files (the “Software”), to deal in \nthe Software without restriction, including without limitation the rights to \nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies \nof the Software, and to permit persons to whom the Software is furnished to do \nso, subject to the following conditions:**\n\n**The above copyright notice and this permission notice shall be included in all \ncopies or substantial portions of the Software.**\n\n**THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \nSOFTWARE.**\n\n## Installation\nTo install UI Manager on your device type these commands:\n```\npip install ui-manager\n```\nor \n```\npython setup.py build\npython setup.py install\n```\n\n## How to use\nUI Manager has a few classes to work with, and some functions. Here are some\nexamples on how to use them:\n- Theme Manager:\n```\nimport ui_manager\n\ntheme_manager = ui_manager.Theme_Manager()\n\ntheme_manager.import_theme('dark.qss', None, 'ascii') # import your theme.\ntheme_manager.set_theme('dark') # set your preffered theme.\n\ntheme_manager.set_widget_theme(widget1) # set the theme to your widget.\n# or\ntheme_manager.add_widget(widget1) # add your widget to theme manager.\ntheme_manager.load_theme() # load the theme to your widget.\n```\nor\n```\nimport ui_manager\n\ntheme_manager = ui_manager.Theme_Manager()\n\ntheme_manager.import_theme('dark.py', 'DarkTheme', None) # import your theme, from a class you select in the file.\ntheme_manager.set_theme('dark') # set your preffered theme.\n\ntheme_manager.set_widget_theme(widget1, 'default') # set the selected theme to your widget, with selecting a theme object from the theme.\n# or\ntheme_manager.add_widget(widget1) # add your widget to theme manager.\ntheme_manager.load_theme() # load the theme to your widget.\n```\n\n## Dependecies\nPyQt5 or PySide2 / PyQt6 or PySide6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhkaar%2Fui-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhkaar%2Fui-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhkaar%2Fui-manager/lists"}