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

Minor edits #288

Merged
merged 10 commits into from
Nov 20, 2024
5 changes: 5 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@

# Other Contributors
----------
- [Arta Khanali](https://www.linkedin.com/in/artakhanali/) ++
- [@heidecjj](https://github.com/heidecjj)
- [@noobkoder](https://github.com/n00bkoder)
- [@codewithnick](https://github.com/codewithnick)
- [@eumiro](https://github.com/eumiro)
- [@AHReccese](https://github.com/AHReccese)


++ **Graphic designer**
58 changes: 31 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br/>
<br/>
<a href="https://codecov.io/gh/sepandhaghighi/art"><img src="https://codecov.io/gh/sepandhaghighi/art/branch/master/graph/badge.svg" alt="Codecov"></a>
<a href="https://badge.fury.io/py/art"><img src="https://badge.fury.io/py/art.svg" alt="PyPI" height="18"></a>
<a href="https://badge.fury.io/py/art"><img src="https://badge.fury.io/py/art.svg" alt="PyPI"></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-672-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"></a>
Expand Down Expand Up @@ -146,9 +146,11 @@ art.art.artError: The 'number' type must be int.
'✌(◕‿-)✌ '
```

* Note1 : Use `ART_NAMES` to access all arts name list (new in `Version 4.2`)
* Note2 : Use `NON_ASCII_ARTS` to access all Non-ASCII arts name list (new in `Version 4.6`)
* Note3 : Use `ASCII_ARTS` to access all ASCII arts name list (new in `Version 5.7`)
ℹ️ Use `ART_NAMES` to access all arts name list (new in `Version 4.2`)

ℹ️ Use `NON_ASCII_ARTS` to access all Non-ASCII arts name list (new in `Version 4.6`)

ℹ️ Use `ASCII_ARTS` to access all ASCII arts name list (new in `Version 5.7`)

### ASCII text

Expand Down Expand Up @@ -339,9 +341,11 @@ Saved!
Filename: test.txt
```

* Note1 : Use `FONT_NAMES` to access all fonts name list (new in `Version 4.2`)
* Note2 : Use `NON_ASCII_FONTS` to access all Non-ASCII fonts name list (new in `Version 4.4`)
* Note3 : Use `ASCII_FONTS` to access all ASCII fonts name list (new in `Version 5.7`)
ℹ️ Use `FONT_NAMES` to access all fonts name list (new in `Version 4.2`)

ℹ️ Use `NON_ASCII_FONTS` to access all Non-ASCII fonts name list (new in `Version 4.4`)

ℹ️ Use `ASCII_FONTS` to access all ASCII fonts name list (new in `Version 5.7`)

### Line

Expand All @@ -354,8 +358,9 @@ This function prints a grid (`length` by `height`) of any given character in nor
***************
```

* Note1 : New in `Version 6.4`
* Note2 : The default values are `length=15`, `height=1`, `char='#'`
ℹ️ New in `Version 6.4`

ℹ️ The default values are `length=15`, `height=1`, `char='#'`

#### 2. line

Expand All @@ -365,8 +370,9 @@ This function returns a grid (`length` by `height`) of any given character as `s
'***************\n***************'
```

* Note1 : New in `Version 6.4`
* Note2 : The default values are `length=15`, `height=1`, `char='#'`
ℹ️ New in `Version 6.4`

ℹ️ The default values are `length=15`, `height=1`, `char='#'`


### Decoration
Expand Down Expand Up @@ -395,7 +401,7 @@ Traceback (most recent call last):
art.art.artError: The 'decoration' type must be str.
```

* Note : Use `DECORATION_NAMES` to access all decorations name list (new in `Version 4.6`)
ℹ️ Use `DECORATION_NAMES` to access all decorations name list (new in `Version 4.6`)

### Font modes

Expand Down Expand Up @@ -447,7 +453,7 @@ Randomly select from small fonts.

Keywords : `rnd-small`, `random-small` & `rand-small`

* Note : New in `Version 2.8`
ℹ️ New in `Version 2.8`

```pycon
>>> tprint("test",font="rnd-small")
Expand All @@ -463,7 +469,7 @@ Randomly select from medium fonts.

Keywords : `rnd-medium`, `random-medium` & `rand-medium`

* Note : New in `Version 2.8`
ℹ️ New in `Version 2.8`

```pycon
>>> tprint("test",font="rnd-medium")
Expand All @@ -484,7 +490,7 @@ Randomly select from large fonts.

Keywords : `rnd-large`, `random-large` & `rand-large`

* Note : New in `Version 2.8`
ℹ️ New in `Version 2.8`

```pycon
>>> tprint("test",font="rnd-large")
Expand All @@ -509,7 +515,7 @@ Randomly select from xlarge fonts.

Keywords : `rnd-xlarge`, `random-xlarge` & `rand-xlarge`

* Note : New in `Version 2.8`
ℹ️ New in `Version 2.8`

```pycon
>>> tprint("test","rnd-xlarge")
Expand Down Expand Up @@ -545,7 +551,7 @@ This mode consider length of input text to select font

Keywords : `wizard`, `wiz` & `magic`

* Note : New in `Version 2.9`
ℹ️ New in `Version 2.9`

```pycon
>>> tprint("1","wizard")
Expand Down Expand Up @@ -593,7 +599,7 @@ Randomly select from Non-ASCII fonts.

Keywords : `random-na`, `rand-na` & `rnd-na`

* Note : New in `Version 3.4`
ℹ️ New in `Version 3.4`

```pycon
>>> tprint("test","random-na")
Expand All @@ -609,7 +615,7 @@ Randomly mix Non-ASCII fonts.

Keywords : `mix`

* Note : New in `Version 3.7`
ℹ️ New in `Version 3.7`

```pycon
>>> tprint("test","mix")
Expand Down Expand Up @@ -704,25 +710,25 @@ _/ _ _ _/


```
* Note : Functions error response updated in `Version 0.8`

<table>
ℹ️ Functions error response updated in `Version 0.8`


<table>
<tr>
<td align="center">Function</td>
<td align="center">Normal Output</td>
<td align="center">Error</td>
</tr>
<tr>
<tr>
<td align="center">decor</td>
<td align="center">str</td>
<td align="center">raise artError</td>

</tr>
<tr>
<td align="center">art</td>
<td align="center">str</td>
<td align="center">raise artError</td>

</tr>
<tr>
<td align="center">aprint</td>
Expand Down Expand Up @@ -759,7 +765,7 @@ _/ _ _ _/
<td align="center">None</td>
<td align="center">raise artError</td>
</tr>
</table>
</table>

### Testing
- Only ASCII fonts and arts :
Expand Down Expand Up @@ -860,8 +866,6 @@ Just send your text to one of these bots. 👇👇👇👇
32. [Copy Paste Fonts](https://copy-paste-fonts.top/)


* Logo designed by [Arta Khanalizadeh](https://www.linkedin.com/in/artakhanalizadeh)

## Show your support

<h3>Star this repo</h3>
Expand Down
Loading