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.
[x] New feature (non-breaking change which adds functionality)
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:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
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: