Installing Kivy-Designer on Windows10 64bit Python3.5

Overview

Kivy has a GUI design tool called Kivy-Designer. This is a note when Kivy-Designer is installed on Windows.

GitHub - kivy/kivy-designer: UI designer for Kivy (WIP) https://github.com/kivy/kivy-designer

kivy_designer.png

This note basically follows the steps linked below. Reference: Installation — Kivy Designer 0.9 documentation https://kivy-designer.readthedocs.io/en/latest/installation.html

environment

Install Kivy from the following. Installing Kivy on Windows10 64bit Python3.5-Qiita http://qiita.com/Superable/items/1ddb3aafa24d303a0b00

Download Kivy-Designer

When using git, download the source code to a suitable location with git clone http://github.com/kivy/kivy-designer/. If you don't use git, zip from https://github.com/kivy/kivy-designer/archive/master.zip Download the file and unzip it to a suitable location.

Building an environment to run Kivy-Designer

Install the Python packages needed for operation using pip

The packages required for operation are described in requirements.txt in the downloaded folder [^ 1].

[^ 1]: In my environment, pip install kivy failed, so Kivy and Kivy-Garden are pre-installed. Installing Kivy on Windows10 64bit Python3.5-Qiita

requirements.txt


kivy >= 1.9.1
pygments >= 2.1
docutils >= 0.12
watchdog >= 0.8
jedi >= 0.9
gitpython >= 1.0
six >= 1.10.0
kivy-garden

Install all the required packages with the following command.

cmd.exe


cd kivy-designer
pip install -Ur requirements.txt

Install kivy-garden.garden.FileBrowser

kivy-garden.garden.FileBrowser is a file selection dialog widget for Kivy. Download and install the widget with the following command.

cmd.exe


garden install filebrowser

cmd.exe


cd "C:\Program Files\Anaconda3\envs\py35\Scripts"
python garden install filebrowser

Launch Kivy-Designer

The following command will start Kivy-Designer.

cmd.exe


cd kivy-designer
python -m designer

I think it is convenient to create a batch file for startup, save it in the kivy-designer folder, and use it (* Support for each Python environment is required).

kivy-designer.bat


cd /d %~dp0
python -m designer

Postscript

At the moment (2017/01), the operation is quite unstable, so it seems better to proceed with development with a separate text editor etc. by referring to the kv file generated by arranging the basic parts on Kivy-Designer.

reference


Recommended Posts

Installing Kivy-Designer on Windows10 64bit Python3.5
Installing Kivy on Windows10 64bit Python3.5
Python on Windows
Use without installing python 2.x on Windows
Installing pandas on python2.6
python basic on windows ②
Install python on windows
Notes on installing Python3 and using pip on Windows7
[Note] Installing Python 3.6 + α on Windows and RHEL
Installing TensorFlow on Windows Easy for Python beginners
Set-enable Python virtualenv on Windows
Run Openpose on Python (Windows)
Install watchdog on Windows + Python 3.3
Python + Kivy development on Windows
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Fastest Python installation on Windows
Build Python environment on Windows
Notes on installing Python on Mac
Build python environment on windows
I ran python on windows
Notes on installing Anaconda 3 on Windows
[Python] [Chainer] [Windows] Install Chainer on Windows
Use Python on Windows (PyCharm)
Notes on installing Python on CentOS
Build a Python extension for E-Cell 4 on Windows 7 (64bit)
To avoid seeing hell when installing django-toolbelt on windows, heroku and python3.4 (64bit) ...
Python 3.6 on Windows ... and to Xamarin.
Anaconda python environment construction on Windows 10
Put MeCab in "Windows 10; Python3.5 (64bit)"
Install xgboost (python version) on Windows
Install Python on Windows + pip + virtualenv
Support when installing pillow on python3.9
Installing Python 3.4.3.
Integrate Modelica and Python on Windows
Notes on installing Python using PyEnv
Build mlpy with python3.3 (64bit) (windows 64bit)
Mecab / Cabocha / KNP on Python + Windows
[2021 version] Python installation Windows 10 (64bit) edition
Install Python development environment on Windows 10
Python CGI file created on Windows
Getting started with Python 3.8 on Windows
Reproduce One-Touch Search on Python 3.7.3. (Windows 10)
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Run servo with Python on ESP32 (Windows)
Python 2.7, 3.4, 3.5 extension module build environment on Windows
[Kivy] How to install Kivy on Windows [Python]
[Note] Procedures for installing Ubuntu on Windows 10
Installing Anaconda Python on an ECS instance
Creating a python virtual environment on Windows
[Beginner] Installing Python and running programs (Windows)
Installing PIL with Python 3.x on macOS
python windows environment
Python installation (Windows)
python on mac
PYTHON2.7 64bit version
Python on Windbg
Install and run Python3.5 + NumPy + SciPy on Windows 10
Put MicroPython on Windows to run ESP32 on Python
Install Python3, numpy, pandas, matplotlib, etc. on Windows
(Windows) Causes and workarounds for UnicodeEncodeError on Python 3
Create an environment of 64bit Windows + python 2.7 + MeCab 0.996