ascii-art
ascii-art copied to clipboard
A ZTM Hacktoberfest Challenge
Added documentation using docstring of the function "create_many_instances()"
## Change details - [ ] Combined all imports into a single import statement.This makes the code more concise and easier to read. - [ ] Separated third-party imports from...
The modified code includes the improvements, including user input validation, custom character set support, color support, resolution control, output options, interactive mode, and improved error handling. It also retains the...
Added it to the root directory. A whole new desktop application version for this same implementation as the web app. Some photos were also uploaded to show how it works.
- Removed lines of code that are commented - Ordering imports in alphabetical order - Challenge solved, make_art_python2 fixed to work with Python3
made a pull request for the project ascii. Ran a test for the python code community-version.py
Added a Median Filter to the apply_filters function