Skip to content

Commit

Permalink
fix : duplicated art removed #140
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 10, 2020
1 parent efea44a commit 9712622
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 26 deletions.
31 changes: 15 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- 45 new art:
- 44 new art:
1. hello2
2. dunno2
3. dunno3
Expand Down Expand Up @@ -37,21 +37,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28. love4
29. kiss2
30. kiss3
31. kiss4
32. kissing2
33. kissing3
34. kissing4
35. kissing5
36. kissing6
37. cute face2
38. cute face3
39. cute face4
40. cute face5
41. cute face6
42. cute face7
43. cute face8
44. cute face9
45. cute face10
31. kissing2
32. kissing3
33. kissing4
34. kissing5
35. kissing6
36. cute face2
37. cute face3
38. cute face4
39. cute face5
40. cute face6
41. cute face7
42. cute face8
43. cute face9
44. cute face10
### Changed
- `random` mode added to `decor` function
- `both` parameter added to `decor` function
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<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-570-blue.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-640-orange.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-639-orange.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb"><img src="https://img.shields.io/badge/Decor List-195-green.svg"></a>
<a href="https://t.me/artlib_bot" target="__blank"><img src="https://img.shields.io/badge/Telegram-Bot-red.svg"></a>
<a href="https://anaconda.org/sepandhaghighi/art"><img src="https://anaconda.org/sepandhaghighi/art/badges/version.svg"></a>
Expand Down Expand Up @@ -72,7 +72,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-)
</tr>
<tr>
<td align="center">1-Line-Art Counter</td>
<td align="center">640</td>
<td align="center">639</td>
</tr>
<tr>
<td align="center">Decor Counter</td>
Expand Down
5 changes: 2 additions & 3 deletions art/art_dic.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@
"kirby": "(つ -‘ _ ‘- )つ",
"bunny": "(\_/) ",
"kiss": "(o'3'o)",
"kiss2": "(づ ̄ ³ ̄)づ",
"kiss3": "(︶ε︶メ)",
"kiss4": "╮(︶ε︶メ)╭",
"kiss2": "(︶ε︶メ)",
"kiss3": "╮(︶ε︶メ)╭",
"sorreh bro": "(◢_◣)",
"owlkin": "(ᾢȍˬȍ)ᾢ ļ ļ ļ ļ ļ",
"yolo": "Yᵒᵘ Oᶰˡʸ Lᶤᵛᵉ Oᶰᶜᵉ",
Expand Down
1 change: 0 additions & 1 deletion art/art_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@
'kissing6',
'kiss2',
'kiss3',
'kiss4',
'kitty emote',
'kokain',
'kyubey',
Expand Down
5 changes: 1 addition & 4 deletions art/test2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1323,12 +1323,9 @@
(つ -‘ _ ‘- )つ
******************************
kiss2
(づ ̄ ³ ̄)づ
******************************
kiss3
(︶ε︶メ)
******************************
kiss4
kiss3
╮(︶ε︶メ)╭
******************************
kissing
Expand Down

0 comments on commit 9712622

Please sign in to comment.