Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```