Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankit7927/clip-comb

a youtube shorts maker python script
https://github.com/ankit7927/clip-comb

Last synced: about 1 month ago
JSON representation

a youtube shorts maker python script

Awesome Lists containing this project

README

        

# Python Clip Combiner

A python script to make short videos.

## Installation

```bash
python3 -m venv .env
pip install -r requirements.txt
sudo apt install ImageMagick
```

some configurations in "image magick"

```bash
sudo apt install python3-tk
sudo nano etc/ImageMagick-6/policy.xml
```

modify this line

```bash

```

to

```bash

```

Then You Ready To Go... Run

```bash
python main.py
```