Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vasysik/streetcat-console
- Owner: Vasysik
- Created: 2024-02-12T19:19:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T19:27:02.000Z (11 months ago)
- Last Synced: 2024-11-17T15:55:21.919Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```