In den Topf schauen
Inky Impression 7.3" (7 colour ePaper/E Ink HAT)
## Usage
-
clone and enter
git clone https://github.com/blemli/muurli && cd muurli
-
add openai key to .env
echo 'OPENAI_API_KEY="xxxxxx"' > .env
[!TIP]
be lazy and get it from 1pw
echo "OPENAI_API_KEY=$(op item get lnxaa66mnx435aii6k62zcz6ee --reveal --field Anmeldedaten)" > .env
-
create venv
python3 -m venv .venv source .venv/bin/activate -
install dependencies
pip install -r requirements.txt
-
run
./muurli.py --help
//todo: make installable with pipx
sudo mkdir /opt/muurli
chown /opt/muurli
sudo chown -R pi /opt/muurli
sudo apt install -y git vim
git clone https://github.com/blemli/muurli /opt/muurli/
cd /opt/git
python3 -m venv .venv
source .venv/bin/activate
sudo apt update
sudo apt install python3-dev
pip install -r requirements.txt
sudo raspi-config nonint do_spi 0
sudo raspi-config nonint do_i2c 0
echo "dtoverlay=spi0-0cs" | sudo tee -a /boot/firmware/config.txt
sudo rebootTip
use the image.py --file xy.png to show custom images on the screen