techcoder20 / RPI-Kivy-Installer

It is generally hard to install kivy on Raspberry Pi. To Make Your Life Easier I have Made A Bash Script That Will Install Kivy On Your Raspberry Pi And Run A demo Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPI-Kivy-Installer

screenshot

It is generally hard to install kivy on Raspberry Pi. To Make Your Life Easier I have Made A Bash Script That Will Install Kivy On Your Raspberry Pi And Run A demo Script

Installation

Run The Following Command To Install Kivy On RPI
git clone git clone https://github.com/techcoder20/RPI-Kivy-Installer.git ~/RPI-Kivy-Installer && cd ~/RPI-Kivy-Installer && sudo chmod +x install.sh && ./install.sh

Uninstallation

Run The Following Command To Uninstall Kivy
sudo chmod +x ~/RPI-Kivy-Installer/uninstall.sh && ./RPI-Kivy-Installer/uninstall.sh

Video Tutorial Coming Soon

My Discord Server

đź“« You can reach out to me at my discord server

Join our Discord server!

About

It is generally hard to install kivy on Raspberry Pi. To Make Your Life Easier I have Made A Bash Script That Will Install Kivy On Your Raspberry Pi And Run A demo Script


Languages

Language:Shell 100.0%