Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavel-durov/seeshell.py
Raspberry Pi motion activated seeshell audio module
https://github.com/pavel-durov/seeshell.py
Last synced: 23 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T18:46:01.000Z (about 1 year ago)
- Last Synced: 2024-12-06T21:32:50.390Z (30 days 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
```