77</a >
88<a href =" https://badge.fury.io/py/art " ><img src =" https://badge.fury.io/py/art.svg " alt =" PyPI version " height =" 18 " ></a >
99<a href =" https://www.python.org/ " ><img src =" https://img.shields.io/badge/built%20with-Python3-green.svg " alt =" built with Python3 " /></a >
10- <a href =" https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb " ><img src =" https://img.shields.io/badge/Font List-595 -blue.svg " ></a >
10+ <a href =" https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb " ><img src =" https://img.shields.io/badge/Font List-605 -blue.svg " ></a >
1111<a href =" https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb " ><img src =" https://img.shields.io/badge/Art List-710-orange.svg " ></a >
1212<a href =" https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb " ><img src =" https://img.shields.io/badge/Decor List-218-green.svg " ></a >
1313<a href =" https://t.me/artlib_bot " target =" __blank " ><img src =" https://img.shields.io/badge/Telegram-Bot-red.svg " ></a >
@@ -64,7 +64,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-)
6464 </tr>
6565 <tr>
6666 <td align="center">Font Counter</td>
67- <td align="center">595 </td>
67+ <td align="center">605 </td>
6868 </tr>
6969 <tr>
7070 <td align="center">1-Line-Art Counter</td>
@@ -177,6 +177,8 @@ art.art.artError: The 'number' type must be int.
177177
178178⚠️ From ` Version 3.3 ` Non-ASCII fonts added (These fonts are not compatible with some environments)
179179
180+ ⚠️ From ` Version 5.3 ` ` \n ` is used as the default line separator instead of ` \r\n ` (Use ` sep ` parameter if needed)
181+
180182#### 1. text2art
181183
182184This function return ASCII text as ` str ` in normal mode and raise ` artError ` in exception.
@@ -337,7 +339,9 @@ Filename: test.txt
337339>>> Response= tsave(" art" ,filename = " test.txt" ,decoration = " barcode1" ) # decoration parameter is added in Version 4.6
338340Saved!
339341Filename: test.txt
340-
342+ >>> Response= tsave(" art" ,filename = " test.txt" ,sep = " \r\n " ) # sep parameter is added in Version 5.3
343+ Saved!
344+ Filename: test.txt
341345```
342346
343347* Note1 : Use ` FONT_NAMES ` to access all fonts name list (new in ` Version 4.2 ` )
82582923 . [ Emotiworld] ( http://en.emotiworld.com/ )
82683024 . [ Fancy Text Pro] ( https://www.fancytextpro.com/ )
82783125 . [ Playing cards in Unicode] ( https://en.m.wikipedia.org/wiki/Playing_cards_in_Unicode )
832+ 26 . [ Text Generator] ( https://coolfonts.text-generator.org/ )
833+ 27 . [ GOGOTEXT] ( https://instafontsgen.codesdetail.com )
828834
829835
830836* Logo designed by [ Arta Khanalizadeh] ( https://www.linkedin.com/in/artakhanalizadeh )
@@ -837,6 +843,8 @@ Give a ⭐️ if this project helped you!
837843
838844<h3 >Donate to our project</h3 >
839845
846+ If you do like our project and we hope that you do, can you please support us? Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do ;-) .
847+
840848<h4 >Bitcoin</h4 >
8418491KtNLEEeUbTEK9PdN6Ya3ZAKXaqoKUuxCy
842850<h4 >Ethereum</h4 >
0 commit comments