{"id":29020432,"url":"https://github.com/mayasmess/gui-scripter","last_synced_at":"2025-06-26T01:05:39.757Z","repository":{"id":57663778,"uuid":"365848896","full_name":"MayasMess/gui-scripter","owner":"MayasMess","description":"⚡️ Simple GUI for Python Scripts","archived":false,"fork":false,"pushed_at":"2024-03-17T14:13:31.000Z","size":665,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-17T15:28:07.259Z","etag":null,"topics":[],"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/MayasMess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-09T21:11:18.000Z","updated_at":"2024-03-17T15:28:07.260Z","dependencies_parsed_at":"2022-08-28T02:11:00.618Z","dependency_job_id":null,"html_url":"https://github.com/MayasMess/gui-scripter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MayasMess/gui-scripter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayasMess%2Fgui-scripter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayasMess%2Fgui-scripter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayasMess%2Fgui-scripter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayasMess%2Fgui-scripter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayasMess","download_url":"https://codeload.github.com/MayasMess/gui-scripter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayasMess%2Fgui-scripter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261978906,"owners_count":23239417,"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":[],"created_at":"2025-06-26T01:05:38.891Z","updated_at":"2025-06-26T01:05:39.719Z","avatar_url":"https://github.com/MayasMess.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple GUI for scripts 🤖 !\n-\n![image](img/app1.png)\n\nInstallation:\n-\n```shell script\n  pip install gui-scripter\n```\nExample:\n-\n```python\nfrom gui_scripter import Gui, entry, drop_box\n```\n\n```python\nclass MyFirstApplication(Gui):\n\n    inputs = [\n        entry('name'),\n        entry('age'),\n    ]\n    title = 'My First Application'\n\n    def script(self):\n        for x in range(1, 51):\n            self.set_progress_bar(x*2)\n        print(f\"Yo, my name is {self.get('name')} and I'm {self.get('age')} years old\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayasmess%2Fgui-scripter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayasmess%2Fgui-scripter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayasmess%2Fgui-scripter/lists"}