-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|