All Projects → zero-to-mastery → python-art

zero-to-mastery / python-art

Licence: other
A ZTM Challenge for Hacktoberfest 2019

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to python-art

Asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Stars: ✭ 2,869 (+11376%)
Mutual labels:  ascii-art
tallboy
Declarative API for drawing unicode/ascii character tables in crystal lang
Stars: ✭ 49 (+96%)
Mutual labels:  ascii-art
nabla.nvim
take your scientific notes ✏️ in Neovim
Stars: ✭ 391 (+1464%)
Mutual labels:  ascii-art
asciiZOOM
This alternative to Zoom offers a secure, end-to-end encrypted way to video chat from the safety of your terminal.
Stars: ✭ 28 (+12%)
Mutual labels:  ascii-art
alfred-figlet
🔠 Alfred 3 workflow to asciify plain text using figlet.js
Stars: ✭ 16 (-36%)
Mutual labels:  ascii-art
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (+36%)
Mutual labels:  ascii-art
Go Asciibot
Golang ASCII Robot Generator
Stars: ✭ 231 (+824%)
Mutual labels:  ascii-art
iupa2
Funcoding project - IUPA2 stands for 'InterfacceUtentePerArtistiASCII' aka 'User Interfaces for ASCII Artists'
Stars: ✭ 29 (+16%)
Mutual labels:  ascii-art
Picture-To-Ascii
Converts a picture to Ascii.
Stars: ✭ 18 (-28%)
Mutual labels:  ascii-art
outfancy
Python3 library to print tables in Terminal.
Stars: ✭ 47 (+88%)
Mutual labels:  ascii-art
ASCII-art-creator
ASCII art generator for images
Stars: ✭ 17 (-32%)
Mutual labels:  ascii-art
awesome-ascii-art
A curated list of ascii-art resources
Stars: ✭ 48 (+92%)
Mutual labels:  ascii-art
Art1
Art1 by Richard Williams, 1968
Stars: ✭ 24 (-4%)
Mutual labels:  ascii-art
Slacknimate
👯 Realtime text animation for Slack chatops
Stars: ✭ 250 (+900%)
Mutual labels:  ascii-art
AsciiMap
Creates ASCII Art from Bitmaps
Stars: ✭ 21 (-16%)
Mutual labels:  ascii-art
Graphical
Open-Source, Platform independent module that consumes data points as input and plots them on a 2D graph [Scatter / Bar / Line] on the PowerShell Console/Terminal
Stars: ✭ 237 (+848%)
Mutual labels:  ascii-art
ascii.js
A web-font-based rendering engine for displaying DOS/Amiga ASCII artwork on the web as text
Stars: ✭ 25 (+0%)
Mutual labels:  ascii-art
magrrite
Generate ASCII art from any image
Stars: ✭ 21 (-16%)
Mutual labels:  ascii-art
Python-project-Scripts
This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
Stars: ✭ 627 (+2408%)
Mutual labels:  ascii-art
SkunkBooth
Text based command line webcam photobooth app
Stars: ✭ 45 (+80%)
Mutual labels:  ascii-art

Python-Art 🎨🖌️

UPDATE: Project Archived!

This project has been archived to preserve its state at the end of Hacktoberfest 2019. Thank you to everyone that participated and made this project what it is tody and we look forward to seeing you all at Hacktoberfest 2020! Interested in more events? keep an eye on our Events page HERE


Following the launch of the brand new Complete Python Developer: Zero to Mastery course, here is a perfect opportunity to put those new found skills to the test. Here we will be using Python to take an image input which it will then convert into ASCII Art.

How to get Started:

In order to get started on this project, I recommend you watch the section on Scripting in the Python course. We talk about sys.argv and Pillow library (Image processing) in that section which would help you!

  1. Clone this repo
  2. Make sure you have Python v3.6 (or greater) installed on your machine
  3. Install the project dependencies pip install -r requirements.txt
  4. run the command: python3 make_art.py -i zeroToMasteryIcon.png -c 1 or python3 make_art.py -i zeroToMasteryIcon.png -c 2 for a more clear output [zoomout a little bit]
  5. Stare with amazement 😮

All discussions around this event can now be had in our #hacktoberfest-2019 channel on Discord!

Running Tests

Make sure you have all the dependencies installed, check step 3, How to get Started section

To add new test cases

  • Check test_unit.py module and start creating your test methods
  • Or create a new test module, for naming conventions check pytest docs (link below)
  • Run pytest -v command to run all the tests discovered by pytest

Click for more imformation about pytest

Need to convert an image into ASCII?

A webportal for converting images into ASCII! Link to portal :- Click

How to contribute?

Now that you see how this command line tool works, let's see how we can evolve it with our ZTM community help!! Maybe we want to display this on an HTML web page where users can submit images and we convert it to ASCII art? Maybe we want to improve how the Command Line Tool works/make it more customizeable? Or maybe modify the script to do many other types of art beyond ASCII.

The options are endless and there is no wrong answer. This is all for fun, so try to customize the tool whichever way you think would be best and let's see what we get at the end of the month! Enjoy!

Bonus Task:

We have left the original code which was written in Python 2 under the make_art_python2.py file. See what happens when you run it with Python 3. See all of the errors? Can you fix it so it works with python 3? The answer is with the make_art.py file which is written in Python 3.

If you have installed new project dependencies, before commiting and creating any PR make sure to run pip freeze > requirements.txt.

But how do I make a pull request/participate?

If you've never made a pull request before, or participated in an open source project, we recommend taking a look at our Start Here Guidelines. This repo has everything you need to learn about open source, with a step-by-step guide to making your very first PR. Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!

Remember, you only need to make 4 pull requests to one of these open source project in the month of October, and you get an awesome Hacktoberfest shirt! Let's see if we can beat the record from last year!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].