https://github.com/pavel-durov/seeshell.py
Raspberry Pi motion activated seeshell audio module
https://github.com/pavel-durov/seeshell.py
Last synced: 3 months ago
JSON representation
Raspberry Pi motion activated seeshell audio module
- Host: GitHub
- URL: https://github.com/pavel-durov/seeshell.py
- Owner: Pavel-Durov
- License: mit
- Created: 2023-12-04T18:45:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T18:46:01.000Z (over 1 year ago)
- Last Synced: 2025-02-14T02:58:05.885Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poetry-based Python project template
## Init
```shell
poetry install
```## Run
```shell
poetry run python ./src/main.py
```## Test
```shell
poetry run pytest
```## Lint
```shell
poetry run black .
```## Venv
```shell
poetry shell
```