{"id":13502561,"url":"https://github.com/kivy/kivy-designer","last_synced_at":"2025-12-18T03:10:18.448Z","repository":{"id":4789695,"uuid":"5942221","full_name":"kivy/kivy-designer","owner":"kivy","description":"UI designer for Kivy - DEPRECATED","archived":true,"fork":false,"pushed_at":"2020-03-02T20:06:25.000Z","size":1707,"stargazers_count":835,"open_issues_count":142,"forks_count":209,"subscribers_count":102,"default_branch":"master","last_synced_at":"2025-08-21T00:41:42.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kivy-designer.readthedocs.io","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/kivy.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":"2012-09-24T23:03:32.000Z","updated_at":"2025-07-11T13:11:09.000Z","dependencies_parsed_at":"2022-08-30T08:31:56.517Z","dependency_job_id":null,"html_url":"https://github.com/kivy/kivy-designer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kivy/kivy-designer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivy%2Fkivy-designer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivy%2Fkivy-designer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivy%2Fkivy-designer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivy%2Fkivy-designer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kivy","download_url":"https://codeload.github.com/kivy/kivy-designer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kivy%2Fkivy-designer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275510168,"owners_count":25477861,"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-09-16T02:00:10.229Z","response_time":65,"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":[],"created_at":"2024-07-31T22:02:18.131Z","updated_at":"2025-09-27T02:32:40.330Z","avatar_url":"https://github.com/kivy.png","language":"Python","funding_links":[],"categories":["Python","Development"],"sub_categories":[],"readme":"Kivy Designer\n=============\n\n**WARNING:** This project is at an unstable alpha stage and is not yet \nsuitable for general use. There is no current plan for continuing the\ndevelopment of Kivy Designer. **The repository has been archived,\nplease contact us if you intend to maintain the project.**\n\nKivy Designer is Kivy's tool for designing graphical user interfaces\n(GUIs) from Kivy Widgets. You can compose and customize widgets, and\ntest them. It is completely written in Python using Kivy.\n\n[![Build Status](https://travis-ci.org/kivy/kivy-designer.svg?branch=master)](https://travis-ci.org/kivy/kivy-designer)\n\nPrerequisites\n-------------\n\n- [Kivy \u003e= 1.9.1](http://kivy.org/#download)\n- The following Python modules (available via pip):\n    - [watchdog](https://pythonhosted.org/watchdog/)\n    - [pygments](http://pygments.org/)\n    - [docutils](http://docutils.sourceforge.net/)\n    - [jedi](http://jedi.jedidjah.ch/en/latest/)\n    - [gitpython](http://gitpython.readthedocs.org)\n    - [six](https://pythonhosted.org/six/)\n    - [kivy-garden](http://kivy.org/docs/api-kivy.garden.html)\n- The XPopup widget from the [Kivy garden](https://github.com/kivy-garden/garden.xpopup)\n\nInstallation\n------------\n\nTo install the prerequisites, enter a console (on Windows use kivy.bat in the kivy folder):\n\n    pip install -U watchdog pygments docutils jedi gitpython six kivy-garden\n\nor simple run:\n\n    pip install -Ur requirements.txt\n\nTo install the XPopup enter a console (on Windows use kivy.bat in the kivy folder):\n\n    garden install xpopup\n\nWith the prerequisites installed, you can use the designer:\n\n    git clone http://github.com/kivy/kivy-designer/\n\nor download it manually from https://github.com/kivy/kivy-designer/archive/master.zip and extract to\n`kivy-designer`, and then run:\n\n    cd kivy-designer\n    python -m designer\n\nOn OS X you might need to use the `kivy` command instead of `python` if you are using our portable package.\n\nIf you're successful, you'll see something like this:\n\n![ScreenShot](https://raw.github.com/kivy/kivy-designer/master/kivy_designer.png)\n\nSupport\n-------\n\nIf you need assistance, you can ask for help on our mailing list:\n\n* User Group : https://groups.google.com/group/kivy-users\n* Email      : kivy-users@googlegroups.com\n\nWe also have an IRC channel:\n\n* Server  : irc.freenode.net\n* Port    : 6667, 6697 (SSL only)\n* Channel : #kivy\n\nContributing\n------------\n\nWe love pull requests and discussing novel ideas. Check out our\n[contribution guide](http://kivy.org/docs/contribute.html) and\nfeel free to improve Kivy Designer.\n\nThe following mailing list and IRC channel are used exclusively for\ndiscussions about developing the Kivy framework and its sister projects:\n\n* Dev Group : https://groups.google.com/group/kivy-dev\n* Email     : kivy-dev@googlegroups.com\n\nIRC channel:\n\n* Server  : irc.freenode.net\n* Port    : 6667, 6697 (SSL only)\n* Channel : #kivy-dev\n\nLicense\n-------\n\nKivy Designer is released under the terms of the MIT License. Please refer to the\nLICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkivy%2Fkivy-designer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkivy%2Fkivy-designer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkivy%2Fkivy-designer/lists"}