garimasingh128 / awesome-python-projects

📱 ✅ Some awesome projects in python! 📱 ✅
http://garimasingh.me/awesome-python-projects/
MIT License
973 stars 283 forks source link

feat: Image to Ascii Python #118

Open mozancetin opened 3 years ago

mozancetin commented 3 years ago

Description

The program that turns photos into ascii art. Ascii art will be saved in the text file. All requirements and explanations are available in the README.md file.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

I downloaded a github photo from the Internet and named it test.png. Then I opened the 'program.pyw' file and entered the name of the text file I wanted to create as a test from the graphical user interface that appeared. I wrote the size and ratio part by trying it according to how it looks better. Then I clicked the first button and selected the github photo I named test.png. When I made this selection, the 2nd button became available and thus I created the test.txt file by clicking the 2nd button. In this test.txt file, you can see the github photo created with the ascii.

Checklist: