Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New fonts #268

Merged
merged 13 commits into from
Apr 9, 2024
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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. alissa
2. milka
3. ozana
4. shanna
5. livia
- `decoration_request.yml` template
- `font_request.yml` template
- `one_line_request.yml` template
Expand Down
17 changes: 16 additions & 1 deletion FontList.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"data": {
"text/plain": [
"652"
"657"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -3674,6 +3674,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"alissa : \n",
"ꞎᥱടꞎ123\n",
"\n",
"antrophobia : \n",
"тєѕт123\n",
"\n",
Expand Down Expand Up @@ -4316,6 +4319,9 @@
"lilia : \n",
"TEST123\n",
"\n",
"livia : \n",
"Ʈᗴ𐒖Ʈ123\n",
"\n",
"lopioo : \n",
"TEST123\n",
"\n",
Expand All @@ -4337,6 +4343,9 @@
"messletters : \n",
"ᴛєѕᴛ123\n",
"\n",
"milka : \n",
"ƬҼՏƬ123\n",
"\n",
"minion : \n",
"ᴛᴇsᴛ123\n",
"\n",
Expand All @@ -4358,6 +4367,9 @@
"old_italic : \n",
"𐌕𐌄𐌔𐌕ᛑᘖᙣ\n",
"\n",
"ozana : \n",
"𝙩𝒆𝙨𝙩123\n",
"\n",
"paranormal : \n",
"tєst123\n",
"\n",
Expand Down Expand Up @@ -4385,6 +4397,9 @@
"scammer : \n",
"ŤESŤ123\n",
"\n",
"shanna : \n",
"ṬЄꕷṬ123\n",
"\n",
"shasha : \n",
"†€∫†➊➋➌\n",
"\n",
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<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-652-blue.svg" alt="Font List">
<img src="https://img.shields.io/badge/Font List-657-blue.svg" alt="Font List">
</a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb">
<img src="https://img.shields.io/badge/Art List-710-orange.svg" alt="Art List">
Expand Down Expand Up @@ -56,7 +56,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-)
</tr>
<tr align="center">
<td>Font Counter</td>
<td id="font_counter">652</td>
<td id="font_counter">657</td>
</tr>
<tr align="center">
<td>1-Line-Art Counter</td>
Expand Down Expand Up @@ -839,6 +839,7 @@ Just send your text to one of these bots. 👇👇👇👇
29. [Font Copy and Paste](https://www.fontcopypaste.com/)
30. [Mega Cool Text](http://megacooltext.com/)
31. [ToolCalculator](https://www.toolcalculator.com/)
32. [Copy Paste Fonts](https://copy-paste-fonts.top/)


* Logo designed by [Arta Khanalizadeh](https://www.linkedin.com/in/artakhanalizadeh)
Expand Down
14 changes: 12 additions & 2 deletions art/art_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,12 @@
"squiggle1",
"squiggle2",
"vaporwave",
"emoji"
"emoji",
"alissa",
"milka",
"ozana",
"shanna",
"livia"
]

RANDOM_FILTERED_FONTS = [
Expand Down Expand Up @@ -1573,7 +1578,12 @@
"squiggle1": [squiggle1_dic, False],
"squiggle2": [squiggle2_dic, False],
"vaporwave": [vaporwave_dic, False],
"emoji": [emoji_dic, False]
"emoji": [emoji_dic, False],
"alissa": [alissa_dic, False],
"milka": [milka_dic, False],
"ozana": [ozana_dic, False],
"shanna": [shanna_dic, False],
"livia": [livia_dic, False]
}

DECORATIONS_MAP = {"angry1": angry1, # pragma: no cover
Expand Down
15 changes: 15 additions & 0 deletions art/test2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
>>> import random
>>> from art import *
>>> font_list(mode="non-ascii")
alissa :
ꞎᥱടꞎ
<BLANKLINE>
antrophobia :
тєѕт
<BLANKLINE>
Expand Down Expand Up @@ -646,6 +649,9 @@
lilia :
test
<BLANKLINE>
livia :
եᥱsե
<BLANKLINE>
lopioo :
ȶɛֆȶ
<BLANKLINE>
Expand All @@ -667,6 +673,9 @@
messletters :
ᴛєѕᴛ
<BLANKLINE>
milka :
ƭҽʂƭ
<BLANKLINE>
minion :
ᴛᴇsᴛ
<BLANKLINE>
Expand All @@ -688,6 +697,9 @@
old_italic :
𐌕𐌄𐌔𐌕
<BLANKLINE>
ozana :
𝙩𝒆𝙨𝙩
<BLANKLINE>
paranormal :
tєst
<BLANKLINE>
Expand Down Expand Up @@ -715,6 +727,9 @@
scammer :
těst
<BLANKLINE>
shanna :
ṬЄꕷṬ
<BLANKLINE>
shasha :
†€∫†
<BLANKLINE>
Expand Down
Loading
Loading