https://github.com/zulusssss/itsolution
https://github.com/zulusssss/itsolution
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zulusssss/itsolution
- Owner: Zulusssss
- License: bsd-3-clause
- Created: 2024-06-03T12:26:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T18:08:19.000Z (about 2 years ago)
- Last Synced: 2025-04-23T02:18:28.033Z (about 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- Файл "script.py" содержит скрипт для генерации видео бегущей строки.
- Файл "link to google colab.txt" содержит ссылку на тот же скрипт, но в google colab.
- Папка "script-django" содержит проект джанго, для генерации видео по GET-запросу.
## Инструкция по запуску(Windows)
Создайте и активируйте виртуальное окружение:
```
python -m venv venv
```
```
source venv/Script/activate
```
```
python -m pip install --upgrade pip
```
Установите зависимости из файла requirements.txt:
```
pip install -r requirements.txt
```