Python code to print a person's picture without using Graphic libraries and any plot functions

Опубликовано: 04 Апрель 2026
на канале: µ-Nir-π
45
4

This is a complex python code to print a person's or any one's image without using any graphic libraries or plot functions. Remember, this can be very tedious and time consuming. The following are the steps:
1. Determine a set of points which cover different regions like hair, eye brows, eyes, eye balls etc, using certain in-keyboard characters. Make a separate list for each part like done in the above video. This requires a lot of time, concentration and patience.
2. After making the desired lists, put y in the outer for loop and x in the inner for loop.
3. Within the for loops, run the if elif else statements under the conditions that if the (x,y) is in the lists, then the particular characters for corresponding parts should be printed, otherwise not.
4. Tada!! you get an image.

Also, 100 points to whoever correctly guesses the person's image printed here.