This project was created to simplify the creation of several designs to put on t-shirts, mugs, etc.
Every design that can be put on a print-on-demand site requires a long creation process such as finding the right fonts, images and colors. The purpose of this program is to automate most of this process by reducing the work to only giving the right images and quotes. After that, this program creates several designs that can be chosen to keep only the good one.
This program generates, for example, this type of design (in white and black version) :
- Pillow - pip install Pillow
- numpy - pip install numpy
- OpenCV - pip install opencv-python
- pywhatkit - pip install pywhatkit
- wand - pip install Wand
- ImageMagick - download
- Just clone this repository, no modification is needed.
- To run this program, use the following command :
python3 ./src/main.py
Make sure you have downloaded ImageMagick first. Without it, the program will not work.
- 0.1
- Initial Release
This project is licensed under the GNU General Public License v3.0 License - see the LICENSE.md file for details.