Skip to content

Vampt is a command-line tool designed to convert images into black and white photos with a Dracula dark theme. It applies a color filter using the Dracula color scheme over the grayscale image, resulting in a stylish and aesthetic effect for Dracula themed environments.

Notifications You must be signed in to change notification settings

alexanderpareja/vampt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

VAMPT - Dracula Wallpaper Tool

screenshot

Python Version Pillow Version

Vampt is a command-line tool designed to convert images into black and white photos with a Dracula dark theme, resulting in a stylish and aesthetic effect for Dracula themed environments.

Features

  • Converts any image type to black and white.
  • Applies a Dracula dark theme color filter.
  • Supports a wide range of image formats.

Installation

Clone this repository to your local machine:

git clone https://github.com/alexanderpareja/vampt.git

cd vampt

Ensure you have Python 3.7 or higher installed.

Install the required dependencies using pip:

pip install Pillow

Usage

To use Vampt, run the following command in your terminal:

python vampt.py <path-to-image> <path-to-save-location>

<path-to-image>: The path to the input image you want to process.

<path-to-save-location>: The directory where you want to save the processed image.

Example:

python3 vampt.py ~/wallpapers/image.jpg ~/wallpapers/vampt_wallpapers/

screenshot screenshot

About

Vampt is a command-line tool designed to convert images into black and white photos with a Dracula dark theme. It applies a color filter using the Dracula color scheme over the grayscale image, resulting in a stylish and aesthetic effect for Dracula themed environments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages