Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
41var0 authored Jun 15, 2024
1 parent e1ed19a commit c902fa9
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
This simple Python program converts images to ASCII art.
You just need to download the file, start it, drop a file to the corresponding console and it will indicate if it works where the ASCII is saved, and the ASCII itself will appear in the console.
You can see some examples in the `examples-ascii` folder.
You can see some examples in the `examples` folder.

Examples [here](examples/):

# Examples [here](examples/):

`- Example 1 -`</br>
<b>This into this</b></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-1.png" alt="First image example" width=" 40%" align="left"/></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-1ASCII.png" alt="First image example" width=" 40%" align="right"/></br>

</br></br></br>
<hr>
</br>`- Example 2 -`</br>
## - Example 1 -
<b>This into this</b><br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-1.png" alt="First image example" width=" 40%" align="left" style="position: relative"/>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-1ASCII.png" alt="First image example" width=" 40%" align="right" style="position: relative"/></br>
</br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>


## - Example 2 -
<b>This into this</b></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-2.jpg" alt="First image example" width=" 40%" align="left"/></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-2ASCII.png" alt="First image example" width=" 40%" align="right"/></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-2.jpg" alt="First image example" width=" 40%" align="left" style="position: relative"/>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-2ASCII.png" alt="First image example" width=" 40%" align="right" style="position: relative"/>
</br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>

</br></br></br>
<hr>
</br>`- Example 3 -`</br>
## - Example 3 -
<b>This into this</b></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-3.jpg" alt="First image example" width=" 40%" align="left"/></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-3ASCII.png" alt="First image example" width=" 40%" align="right"/></br>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-3.jpg" alt="First image example" width=" 40%" align="left" style="position: relative"/>
<img src="https://github.com/41var0/images-to-ascii/blob/main/examples/images/example-3ASCII.png" alt="First image example" width=" 40%" align="right" style="position: relative"/></br>

0 comments on commit c902fa9

Please sign in to comment.