{"id":16836060,"url":"https://github.com/jorjmckie/wxsimplegui","last_synced_at":"2025-06-21T20:04:59.456Z","repository":{"id":54437883,"uuid":"112734662","full_name":"JorjMcKie/wxsimpleGUI","owner":"JorjMcKie","description":"A standard GUI collection written in wxPython","archived":false,"fork":false,"pushed_at":"2017-12-15T19:17:26.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T03:18:28.430Z","etag":null,"topics":["standard-dialogs","standard-gui","wxpython"],"latest_commit_sha":null,"homepage":null,"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/JorjMcKie.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":"2017-12-01T11:54:35.000Z","updated_at":"2022-12-30T11:22:25.000Z","dependencies_parsed_at":"2022-08-13T15:40:34.992Z","dependency_job_id":null,"html_url":"https://github.com/JorjMcKie/wxsimpleGUI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JorjMcKie/wxsimpleGUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JorjMcKie%2FwxsimpleGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JorjMcKie%2FwxsimpleGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JorjMcKie%2FwxsimpleGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JorjMcKie%2FwxsimpleGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JorjMcKie","download_url":"https://codeload.github.com/JorjMcKie/wxsimpleGUI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JorjMcKie%2FwxsimpleGUI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261186768,"owners_count":23121942,"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":["standard-dialogs","standard-gui","wxpython"],"created_at":"2024-10-13T12:12:12.409Z","updated_at":"2025-06-21T20:04:54.445Z","avatar_url":"https://github.com/JorjMcKie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wxsimpleGUI\nA standard GUI collection written in wxPython\n\nUse like `import wxsimpleGUI as sg`.\n\nThe following functions are currently implemented:\n\n|name|purpose|\n|----|-------|\n|SelectOne|Select one string out of a list|\n|SelectMult|Select multiple out of a list of strings|\n|DirDlg|Standard directory selection|\n|OpenDlg|Multiple file selection|\n|ExcBox|Display traceback of last exception|\n|YesNoBox|Return True or False|\n|InputBox|Return user entered string|\n|PasswordBox|Return user entered password|\n|MultInputBox|Simple multiple data input dialog|\n|MsgBox|The standard one|\n|BusyInfo|Display non-blocking info|\n|ScrollingTextbox|Display text or text files in a scrollable window|\n|ProgressBar|Display a progress bar|\n\n# Example\n\n```\nimport wxsimpleGUI as sg\nanswer = sg.YesNoBox(\"Do you smoke?\", \"an honest answer please!\")\nif answer:\n    print(\"you are reducing your lifetime expectancy!\")\nelse:\n    print(\"I hope you didn't lie ...\")\n''' \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorjmckie%2Fwxsimplegui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorjmckie%2Fwxsimplegui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorjmckie%2Fwxsimplegui/lists"}