Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Image to Ascii Python #118

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

feat: Image to Ascii Python #118

wants to merge 4 commits into from

Conversation

mozancetin
Copy link

@mozancetin mozancetin commented Mar 18, 2021

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.

  • 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:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@mozancetin mozancetin changed the title Mozancetin 1 Image-to-Ascii-Python Mar 18, 2021
@mozancetin mozancetin changed the title Image-to-Ascii-Python Image to Ascii Python Mar 18, 2021
@mozancetin mozancetin changed the title Image to Ascii Python feat: Image to Ascii Python Mar 18, 2021
@auto-add-label auto-add-label bot added the enhancement New feature or request label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant