You are welcome to contribute to this project if you are new to open-source and are looking for your first contribution
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
This is an image transformation tool which can converts your image into ASCII, BLOCKS, PENCIL SKETCH Arts.
For installing this tool follow the below commands:
virtualenv virtual-env-nameBy running this command a virtual environment will be created. To activate that:
./virtual-env-name/Scripts/activateAfter 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.txtThis will install every mentioned packages in your created virtual environment.
For running the program, simply run the below command:
python start.pyThis 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.
ASCII Art
BLOCK Art
SKETCH Art
|
Shubhajeet Pradhan LinkedIn Github |

