{"id":16164251,"url":"https://github.com/troglobit/webby","last_synced_at":"2025-08-30T06:37:31.175Z","repository":{"id":243468780,"uuid":"812519347","full_name":"troglobit/webby","owner":"troglobit","description":"Simple CTk based Python webserver","archived":false,"fork":false,"pushed_at":"2024-06-09T16:44:32.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T00:27:04.835Z","etag":null,"topics":["customtkinter","customtkinterprojects","python","web-server","webserver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/troglobit.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":"2024-06-09T06:00:14.000Z","updated_at":"2024-06-09T16:41:59.000Z","dependencies_parsed_at":"2024-06-09T07:26:04.681Z","dependency_job_id":"9f7f5b87-8de7-4857-85cb-00c479ae412d","html_url":"https://github.com/troglobit/webby","commit_stats":null,"previous_names":["troglobit/webby"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/troglobit/webby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fwebby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fwebby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fwebby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fwebby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/troglobit","download_url":"https://codeload.github.com/troglobit/webby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/troglobit%2Fwebby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272815818,"owners_count":24997661,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["customtkinter","customtkinterprojects","python","web-server","webserver"],"created_at":"2024-10-10T02:45:55.874Z","updated_at":"2025-08-30T06:37:30.972Z","avatar_url":"https://github.com/troglobit.png","language":"Python","readme":"# The Webby Server\n\nWebby is a simple web server with a user-friendly UI, built with Python\nand [CustomTkInter][1] for the full cross-platform experience.\n\n![](screenshot.png)\n\nIt is recommended to use Python3 virtual environment for 3rd party\nsoftware.  This ensures proper versions of all dependencies are used,\nwithout leaking over to other programs.\n\nSet up venv and source `activate`:\n\n```\n~/src/webby(main)$ python -m venv .venv\n~/src/webby(main)$ source .venv/bin/activate\n```\n\nCalling the \u003ccmd\u003epython\u003c/cmd\u003e command from now on (in this terminal)\nuses the `.venv/bin/python`, same with the \u003ccmd\u003epip\u003c/cmd\u003e command which\nwe'll now use to install the requirements:\n\n```\n~/src/webby(main)$ pip install -r requirements.txt\n...\n```\n\n\u003e When done, call `deactivate` to \"detach\" from the venv.\n\n## Updating\n\nWhen adding new features to the project, remember to update the file\n`requirements.txt` using:\n\n```\n~/src/webby(main)$ pip freeze \u003e requirements.txt\n...\n```\n\n[1]: https://customtkinter.tomschimansky.com/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroglobit%2Fwebby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftroglobit%2Fwebby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftroglobit%2Fwebby/lists"}