Skip to content

GPiO Playground is a software that allows you to create basic programs and automations through a website remotely to your Raspberry Pi. This program manages your GPIO's in safe hands.

License

Notifications You must be signed in to change notification settings

Raspberry-Pi-Software/GPiOPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPiOPlayground

A Simple GPiO Manager and Automation Creator For Managing Automations, GPIO Pins On Your Raspberry Pi (supported model)

⚠️ GPiO Playground runs on a Python 3.11 or later installation. Make sure your Python installation is up to date!

✖️ If you have any problems or issues while installing and initializing on a supported model, make an issue here.

GPiO Playground is a software that allows you to create basic programs and automations through a website remotely to your Raspberry Pi. This program manages your Raspberry Pi's GPIO pins in safe hands.

GPiO Playground includes a graphical interface and a text interface.

  • The text interface is the one if you're a programming geek
  • The graphical interface is the one if you're starting on the Raspberry Pi topic.

Installation

In package tool:

Use this command to install GPiO Playground onto your Pi using the Package Tool:

rpisft install gpioplayground

Use this command to uninstall GPiO Playground from your Pi using the Package Tool:

rpisft uninstall gpioplayground

In Terminal (manual install)

Use this command to install the GPiO Playground tool onto your Pi:

git clone https://github.com/Raspberry-Pi-Software/GPiOPlayground && cd GPiOPlayground && sudo bash post-install;

Use this command to remove the GPiO Playground tool from your Pi:

cd GPiOPlayground && sudo bash uninstall;

The usage for this tool is:

rpisft exec gpioplayground

About

GPiO Playground is a software that allows you to create basic programs and automations through a website remotely to your Raspberry Pi. This program manages your GPIO's in safe hands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages