ShadowMaker is a simple tool for creating silhouette images from any input image using a GUI built with PyQt5.

To get started with ShadowMaker, follow the steps below:
Clone the repository to your local machine:
git clone https://github.com/yourusername/shadowmaker.git
cd shadowmakerInstall the required dependencies listed in the setup.py file:
pip install -r requirements.txtTo run the GUI application, execute the following command in your terminal:
python -m shadowmaker.gui- Select an Image: Use the GUI to select an image file.
- Process the Image: The tool will create a silhouette version of the image by converting the selected image to a grayscale version and applying contour detection.
- Save the Output: The processed image will be saved to your desktop with "_shadow" appended to the original file name.
To run tests and ensure everything is working as expected, you can use:
python -m unittest discover testsThis project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request or open an Issue for any improvements or bugs you find.
- Ahmet Kaptan(@codescaptain)
Your Name
GitHub Profile

