Skip to content

Commit

Permalink
New fonts (#204)
Browse files Browse the repository at this point in the history
* font : fancy144 font added

* font : fancy145 font added

* font : fancy146 font added

* fix : tests updated

* doc : CHANGELOG updated

* font : fancy147 font added

* font : fancy148 font added

* fix : tests updated

* doc : CHANGELOG updated

* doc : font counter updated

* fix : autopep8

* doc : Reference section updated
  • Loading branch information
sepandhaghighi committed Jun 28, 2022
1 parent a9ef25c commit 468fd90
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- 5 new font
1. fancy144
2. fancy145
3. fancy146
4. fancy147
5. fancy148
- `ASCII_FONTS` list
- `ASCII_ARTS` list
## [5.6] - 2022-04-20
Expand Down
17 changes: 16 additions & 1 deletion FontList.ipynb
Expand Up @@ -38,7 +38,7 @@
{
"data": {
"text/plain": [
"627"
"632"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -3923,6 +3923,21 @@
"fancy143 : \n",
"๐Ÿ†ƒ๐Ÿ…ด๐Ÿ†‚๐Ÿ†ƒ123\n",
"\n",
"fancy144 : \n",
"๐Ÿ…ฃ๐Ÿ…”๐Ÿ…ข๐Ÿ…ฃโžŠโž‹โžŒ\n",
"\n",
"fancy145 : \n",
"โ“‰โ’บโ“ˆโ“‰โ‘ โ‘กโ‘ข\n",
"\n",
"fancy146 : \n",
"ใ„’ใ ชไธ‚ใ„’ไธจๅทฑใ‡Œ\n",
"\n",
"fancy147 : \n",
"TEST123\n",
"\n",
"fancy148 : \n",
"Tโ‚‘STโ‚โ‚‚โ‚ƒ\n",
"\n",
"fancy15 : \n",
"โœžฦŽฦงโœž123\n",
"\n",
Expand Down
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -7,7 +7,7 @@
</a>
<a href="https://badge.fury.io/py/art"><img src="https://badge.fury.io/py/art.svg" alt="PyPI version" height="18"></a>
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3" /></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb"><img src="https://img.shields.io/badge/Font List-627-blue.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb"><img src="https://img.shields.io/badge/Font List-632-blue.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-710-orange.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb"><img src="https://img.shields.io/badge/Decor List-218-green.svg"></a>
<a href="https://t.me/artlib_bot" target="__blank"><img src="https://img.shields.io/badge/Telegram-Bot-red.svg"></a>
Expand Down Expand Up @@ -65,7 +65,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-)
</tr>
<tr>
<td align="center">Font Counter</td>
<td align="center">627</td>
<td align="center">632</td>
</tr>
<tr>
<td align="center">1-Line-Art Counter</td>
Expand Down Expand Up @@ -808,7 +808,7 @@ Just send your text to one of these bots. ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

1. [FIGlet](http://www.figlet.org/)
2. [1 Line Art](http://1lineart.kulaone.com/#/)
3. [Text To ASCII](http://patorjk.com/software/taag/#p=display&f=Blocks&t=ART)
3. [Text to ASCII](http://patorjk.com/software/taag/#p=display&f=Blocks&t=ART)
4. [ASCII Generator](http://www.network-science.de/ascii/)
5. [Asky](https://asky.io/)
6. [Flipyourtext](https://www.flipyourtext.com/)
Expand All @@ -830,10 +830,11 @@ Just send your text to one of these bots. ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
22. [Instagram Fonts2](https://www.instagramfonts.com/)
23. [Emotiworld](http://en.emotiworld.com/)
24. [Fancy Text Pro](https://www.fancytextpro.com/)
25. [Playing cards in Unicode](https://en.m.wikipedia.org/wiki/Playing_cards_in_Unicode)
25. [Playing Cards in Unicode](https://en.m.wikipedia.org/wiki/Playing_cards_in_Unicode)
26. [Text Generator](https://coolfonts.text-generator.org/)
27. [GOGOTEXT](https://instafontsgen.codesdetail.com)
28. [Fsymbols](https://fsymbols.com/)
29. [Font Copy and Paste](https://www.fontcopypaste.com/)


* Logo designed by [Arta Khanalizadeh](https://www.linkedin.com/in/artakhanalizadeh)
Expand Down
10 changes: 10 additions & 0 deletions art/art_param.py
Expand Up @@ -796,6 +796,11 @@
"fancy141",
"fancy142",
"fancy143",
"fancy144",
"fancy145",
"fancy146",
"fancy147",
"fancy148",
"foxy",
"white_square",
"black_square",
Expand Down Expand Up @@ -1491,6 +1496,11 @@
"fancy141": [fancy141_dic, False],
"fancy142": [fancy142_dic, False],
"fancy143": [fancy143_dic, False],
"fancy144": [fancy144_dic, False],
"fancy145": [fancy145_dic, False],
"fancy146": [fancy146_dic, False],
"fancy147": [fancy147_dic, False],
"fancy148": [fancy148_dic, False],
"tarty1": [tarty1_dic, False],
"tarty2": [tarty2_dic, False],
"tarty3": [tarty3_dic, False],
Expand Down
15 changes: 15 additions & 0 deletions art/test2.py
Expand Up @@ -253,6 +253,21 @@
fancy143 :
๐Ÿ†ƒ๐Ÿ…ด๐Ÿ†‚๐Ÿ†ƒ
<BLANKLINE>
fancy144 :
๐Ÿ…ฃ๐Ÿ…”๐Ÿ…ข๐Ÿ…ฃ
<BLANKLINE>
fancy145 :
โ“ฃโ“”โ“ขโ“ฃ
<BLANKLINE>
fancy146 :
ใ‚ป๐Ÿ—ไธ‚ใ‚ป
<BLANKLINE>
fancy147 :
ฦšาฝส‚ฦš
<BLANKLINE>
fancy148 :
๐šโ‚‘๐˜ด๐š
<BLANKLINE>
fancy15 :
โœžฦŽฦงโœž
<BLANKLINE>
Expand Down

0 comments on commit 468fd90

Please sign in to comment.