shubhajeet1207 / spymonk_asciify

This is an image modification tool that gives the user the option to convert any image to a Pencil Sketch, ASCII Art or Pixel Art of that image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spyMonk Art Generator

image

You are welcome to contribute to this project if you are new to open-source and are looking for your first contribution


Contributing Guidelines πŸ“

For contributing in this repository follow the guidelines mentioned in the CONTRIBUTING file, where I've provided you steps to make your contributions.

Once the pull request is merged, you will find your awesome contribution card on our website.

Upon merging your PR, you can find your names on this website

img.png

This is an image transformation tool which can converts your image into ASCII, BLOCKS, PENCIL SKETCH Arts.

Installations πŸš€

For installing this tool follow the below commands:

virtualenv virtual-env-name

By running this command a virtual environment will be created. To activate that:

./virtual-env-name/Scripts/activate

After doing this, you just simply need to install the requirements from the requirements.txt file. For installing the packages all at once, you can run this command:

pip install -r requirements.txt

This will install every mentioned packages in your created virtual environment.

Usage πŸ‘¨πŸ»β€πŸ’»

For running the program, simply run the below command:

python start.py

This will run the python script of GUI.

NOTE: Don't change the directory of any files otherwise you have to change the import calling method.


ScreenShots πŸ–Ό

ASCII Art
BLOCK Art
SKETCH Art

Technologies Used πŸ› 

Python OpenCV tkinter

Maintainer


HacktoberFest'22
Shubhajeet Pradhan
LinkedIn Github

License

MIT License

Contributors


Please give it a star if you enjoyed contributing to this repository ⭐

About

This is an image modification tool that gives the user the option to convert any image to a Pencil Sketch, ASCII Art or Pixel Art of that image.

License:MIT License


Languages

Language:Python 100.0%