Skip to content

Commit

Permalink
Merge pull request #99 from sepandhaghighi/hubpages
Browse files Browse the repository at this point in the history
Hubpages
  • Loading branch information
sadrasabouri authored Dec 30, 2019
2 parents bfc7521 + b9db9f6 commit a3f0c9c
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- 13 new 1-line art
1. fish6
2. loch ness monster
3. mouse5
4. mouse6
5. mouse7
6. sheep
7. pie fight
8. rose5
9. rose6
10. rose7
11. concerned
12. happy4
13. happy5
### Changed
- `README.md` modified
## [4.4] - 2019-12-26
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 @@
<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-505-blue.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-473-orange.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-486-orange.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>
</div>
Expand Down Expand Up @@ -70,7 +70,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">473</td>
<td align="center">486</td>
</tr>
</table>

Expand Down Expand Up @@ -784,6 +784,7 @@ or send an email to [info@4r7.ir](mailto:info@4r7.ir "info@4r7.ir").
14. [Textart4u](http://textart4u.blogspot.com/2013/03/one-line-ascii-text-art.html?m=1)
15. [Chat4o](https://en.chat4o.com/ascii/)
16. [Findwebapp](http://www.findwebapp.com/ascii-art-one-liner/)
17. [Hubpages](https://hubpages.com/technology/one-line-ascii-art-for-twitter)

## Donate to our project
Expand Down
15 changes: 14 additions & 1 deletion art/art_dic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"fish3": "`·.¸¸ ><((((º>.·´¯`·><((((º> ",
"fish4": "><> ><>",
"fish5": "<><",
"fish6": "<`)))><",
"house": "__̴ı̴̴̡̡̡ ̡͌l̡̡̡ ̡͌l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ ̡͌l̡̡̡̡.___",
"care crowd": "(-(-_(-_-)_-)-)",
"monster": "٩(̾●̮̮̃̾•̃̾)۶",
Expand All @@ -20,6 +21,9 @@
"mouse2": " . ~~(__^·>",
"mouse3": "<·^__)~~ .",
"mouse4": '—-{,_,”><",_,}----',
"mouse5": "<:3 )~~~~",
"mouse6": "<^__)~",
"mouse7": "~(__^>",
"worm": "_/\__/\__0>",
"koala": "@( * O * )@",
"monkey": "@('_')@",
Expand All @@ -29,6 +33,9 @@
"rose2": "@}}>-----",
"rose3": "@-->--->---",
"rose4": "@}~}~~~",
"rose5": "@-}--",
"rose6": "@)}---^-----",
"rose7": "@->-->---",
"star in my eyes": "<*_*>",
"looking face": "ô¿ô",
"sleeping": "(-.-)Zzz...",
Expand Down Expand Up @@ -233,6 +240,8 @@
"snowman1": "☃",
"i kill you": " ̿ ̿̿'̿̿\̵͇̿̿\=(•̪●)=/̵͇̿̿/'̿̿ ̿ ̿",
"happy3": "㋡",
"happy4": "^_^",
"happy5": "[^_^]",
"jaymz": " (•̪●)==ε/̵͇̿​̿/’̿’̿ ̿ ̿̿ `(•.°)~",
"text decoration": ["(¯`·._.··¸.-~*´¨¯¨`*·~-.,-(_", "_)-,"
".-~*´¨¯¨`*·~-.¸··._.·´¯)"],
Expand Down Expand Up @@ -480,6 +489,10 @@
"spade regular": "♤",
"heart regular": "♡",
"diamond regular": "♢",
"club regular": "♧"
"club regular": "♧",
"loch ness monster": "_mmmP",
"sheep": "°l°(,,,,);",
"pie fight": "---=======[}",
"concerned": "(@_@)"

}
39 changes: 39 additions & 0 deletions art/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3871,6 +3871,9 @@
coffee now
{zzz}°°°( -_-)>c[_]
******************************
concerned
(@_@)
******************************
confused1
:-/
******************************
Expand Down Expand Up @@ -4108,6 +4111,9 @@
fish5
<><
******************************
fish6
<`)))><
******************************
flex
ᕙ(⇀‸↼‶)ᕗ
******************************
Expand Down Expand Up @@ -4201,6 +4207,12 @@
happy3
******************************
happy4
^_^
******************************
happy5
[^_^]
******************************
head shot
->~∑≥_≤)
******************************
Expand Down Expand Up @@ -4372,6 +4384,9 @@
loading6
██████████
******************************
loch ness monster
_mmmP
******************************
long rose
---------------------{{---<((@)
******************************
Expand Down Expand Up @@ -4474,6 +4489,15 @@
mouse4
—-{,_,”><",_,}----
******************************
mouse5
<:3 )~~~~
******************************
mouse6
<^__)~
******************************
mouse7
~(__^>
******************************
mtmtika
:o + :p = 69
******************************
Expand Down Expand Up @@ -4540,6 +4564,9 @@
pictou
|\_______(#*#)_______/|
******************************
pie fight
---=======[}
******************************
pig1
^(*(oo)*)^
******************************
Expand Down Expand Up @@ -4669,6 +4696,15 @@
rose4
@}~}~~~
******************************
rose5
@-}--
******************************
rose6
@)}---^-----
******************************
rose7
@->-->---
******************************
round bird
,(u°)>
******************************
Expand Down Expand Up @@ -4717,6 +4753,9 @@
shark attack
~~~~~~\o/~~~~~/\~~~~~
******************************
sheep
°l°(,,,,);
******************************
shocked1
(∩╹□╹∩)
******************************
Expand Down

0 comments on commit a3f0c9c

Please sign in to comment.