Skip to content

FreshMosh/Py-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Py-UI

To be honest ...

... I am defintly not a programmer nor am I an professional. This is just a test for myself and for understanding.

So just ignore all the stuff I am donig here.

Install Kivy

Windows

  1. Make sure pip and wheel are up to date python -m pip install --upgrade pip wheel setuptools
  2. Install the usual dependencies python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew python -m pip install kivy.deps.gstreamer --extra-index-url https://kivy.org/downloads/packages/simple/
  3. Install kivy itself python -m pip install kivy

Ubuntu

  1. Install all the depenecies sudo apt-get install libgstreamer1.0-dev sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
  2. Install kivy using pip sudo pip3 install kivy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages