{"id":20697078,"url":"https://github.com/tsnsoft/wxpython_micro","last_synced_at":"2026-03-06T02:12:39.433Z","repository":{"id":119287322,"uuid":"311332918","full_name":"tsnsoft/wxPython_micro","owner":"tsnsoft","description":"Простейший пример оконной программы на wxPython c wxWidgets","archived":false,"fork":false,"pushed_at":"2020-11-09T12:34:36.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T18:41:32.318Z","etag":null,"topics":["demo","python","wxpython","wxwidgets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsnsoft.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-09T12:34:24.000Z","updated_at":"2021-01-13T04:17:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab21cdda-ee67-418e-9c3c-7157e79257fe","html_url":"https://github.com/tsnsoft/wxPython_micro","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/tsnsoft%2FwxPython_micro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FwxPython_micro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FwxPython_micro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FwxPython_micro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsnsoft","download_url":"https://codeload.github.com/tsnsoft/wxPython_micro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250321759,"owners_count":21411636,"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":["demo","python","wxpython","wxwidgets"],"created_at":"2024-11-17T00:16:36.248Z","updated_at":"2026-03-06T02:12:34.393Z","avatar_url":"https://github.com/tsnsoft.png","language":"Python","readme":"# wxPython_micro\nПростейший пример оконной программы на wxPython c wxWidgets\n\n![srcreenshot](screenshot.png)\n\n```\n#!/usr/bin/env python3\n# coding=utf-8\n\nimport wx \n \napp = wx.App() \nwindow = wx.Frame(None, title = \"wxPython Frame\", size = (300,200)) \npanel = wx.Panel(window) \nlabel = wx.StaticText(panel, label = \"Hello World\", pos = (100,50)) \nwindow.Show(True) \napp.MainLoop()\n```\n\n## https://wxpython.org\n\nУстановка:\n```\npip3 install -U wxPython\n```\n\nили так:\n```\nsudo apt-get install python-wxgtk3.0\n```\n\n---\n### Как сделать портативную программу в виде одного исполняемого файла:\n```\npip3 install pyinstaller\npyinstaller --onefile --windowed start.py\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Fwxpython_micro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsnsoft%2Fwxpython_micro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Fwxpython_micro/lists"}