/menulib

Python menu library, meant for embedded touch displays

Primary LanguagePython

Installation

Execute in the project folder:

apt install -y python3 python3-venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

Execute in the project folder:

source venv/bin/activate
python3 menu1.py