Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infantajayvenus/dst-to-jpg
https://github.com/infantajayvenus/dst-to-jpg
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/infantajayvenus/dst-to-jpg
- Owner: InfantAjayVenus
- Created: 2023-10-24T12:55:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T13:07:03.000Z (about 1 year ago)
- Last Synced: 2023-10-24T14:27:05.001Z (about 1 year ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```