Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/infantajayvenus/dst-to-jpg


https://github.com/infantajayvenus/dst-to-jpg

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# DST to JPG

An automation script that probes all dst files in a given directory and converts them into a JPEG file with black background.

## Features

- Preserves Directory structure
- Customize background color

## Installation

Install the packages

```bash
cd dst-to-jpg
pip install -r requirements.txt
```

## Usage/Examples
1. Move all the dst files into the `source-files` directory

```cmd
python script.py
```