Skip to content

Jamster3000/Vignette-Wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vignette-Wizard

This python application is used to be given a folder path containing one or more images, modify any given settings including colour of the vignette, then press the button. The program will add a vignette to each images and save a copy in a new folder in the given original folder path. Tested out on images about 1.7 - 2 MB 2000x2000 size, it's taking any time from 0.4 - 0.8 seconds to process each image.

Pyinstaller

I have used the following cmd command to build the exe application

pyinstaller --clean -y --name "Vignette Wizard" --windowed --add-data "C:\Users\ThinkPad\AppData\Local\Programs\Python\Python311\Lib\site-packages\customtkinter;customtkinter/" --onefile -i "icon.ico" wizard.py

GitHub issues Last Commit GitHub StarsCode Size