Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vasysik/streetcat-console

Python program for convenient viewing of cameras from the console
https://github.com/vasysik/streetcat-console

Last synced: 11 days ago
JSON representation

Python program for convenient viewing of cameras from the console

Awesome Lists containing this project

README

        

# StreetCat-console

## Installation guide:
1) Install [Python 3.10](https://www.python.org/downloads/)
2) Install [git](https://git-scm.com/downloads)
3) Install [ffmpeg](https://ffmpeg.org/download.html)
4) Download the streetcat-console repository:
```
git clone https://github.com/Vasysik/streetcat-console/
cd .\streetcat-console\
git submodule update --init
```
5) Install all remaining required libraries:
```
pip install -r requirements.txt
```