Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keyweeusr/kivyinstaller
:hammer: It ships Kivy right to you!
https://github.com/keyweeusr/kivyinstaller
batch installer kivy portable python windows
Last synced: 2 months ago
JSON representation
:hammer: It ships Kivy right to you!
- Host: GitHub
- URL: https://github.com/keyweeusr/kivyinstaller
- Owner: KeyWeeUsr
- License: mit
- Created: 2016-02-27T09:51:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T04:17:57.000Z (over 6 years ago)
- Last Synced: 2024-10-14T06:23:08.551Z (2 months ago)
- Topics: batch, installer, kivy, portable, python, windows
- Language: Batchfile
- Homepage: http://kivyinstaller.readthedocs.io
- Size: 148 KB
- Stars: 50
- Watchers: 13
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
KivyInstaller for Windows
=========================_It ships Kivy right to you!_
Everyone can mess things up even with simple installation or update. In
version `1.8.0` there was a batch file for making things easier for beginners
or regular users, but this file disappeared as the wheel came in. KivyInstaller
is inspired by this `kivy.bat` file from the old portable package with multiple
new functions.Read the [docs](http://kivyinstaller.readthedocs.io/en/master/) or watch
a [video](https://youtu.be/ch_ILDBEaok) and find more features!1. Create a folder for your Python and place `kivy.bat` inside.
You can do so directly from the command line with:mkdir python
bitsadmin /transfer "GetBatch" "https://git.io/vDDjn" "%cd%\python\kivy.bat"
cd python2. Run `kivy.bat`, select your Python and Kivy versions, wait.
3. Enjoy!
Problems
--------If you encounter problems during installation or if it fails without any error
raised, check this section in the documentation before submitting an issue -
[Known Problems](http://kivyinstaller.readthedocs.io/en/master/troubleshooting.html#known-problems).