Skip to content

RaspberryPie photobooth app built with pywebview and svelte.

License

Notifications You must be signed in to change notification settings

ChuckBorris33/pymbbooth

Repository files navigation

pymbbooth

Raspberry pie photobooth app built with pywebview and svelte. App is hardcoded for my purpose, if you want to use it you will have to adapt it for your printer and camera module. You will need to edit pymbbooth/config.py

If you want to use google photos api you will need to generate credentials.json file and save it to project root. You can generate that file here: https://developers.google.com/photos/library/guides/get-started

Development

Instalation

pip install -r requirements/requirements.txt'
# or if you want develop with livereload
# pip install -r requirements/develop.txt'
pip install -e .
yarn

Run

photobooth

Autoreload

Run app in development mode with autoreload

python3 develop.py

Code formating

yarn format
black .

About

RaspberryPie photobooth app built with pywebview and svelte.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published