Skip to content

Commit

Permalink
Merge pull request #127 from sadrasabouri/dev
Browse files Browse the repository at this point in the history
New Decoaration from smiley(#118) and webstools(#117)
  • Loading branch information
sepandhaghighi authored May 6, 2020
2 parents dfef076 + 5b6aaea commit a726f8d
Show file tree
Hide file tree
Showing 6 changed files with 1,138 additions and 12 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Congratulations! You have made your first issue to `art`.<br>We will respond your issue and do our best to solve it as soon as possible, you can see more issues [here](https://github.com/sepandhaghighi/art/issues).'
pr-message: 'Congratulations! You have made your first Pull request to `art`.<br>Changes and improvements are more than welcome! heart Feel free to fork and open a pull request.<hr>[Contribution Guidline](https://github.com/sepandhaghighi/art/blob/master/.github/CONTRIBUTING.md)'
187 changes: 187 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,193 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- `art_decor_check.py` file
- Greeting GitHub actions
- 185 new decorations:
1. angry1
2. arrow1
3. arrow2
4. arrow3
5. arrow4
6. arrow5
7. arrow6
8. arrow7
9. arrow8
10. arrow_wave1
11. arrow_wave2
12. ball1
13. ball2
14. ball3
15. bazar1
16. block1
17. block2
18. bow1
19. bubble
20. cat1
21. cat2
22. cat3
23. cell1
24. confused1
25. confused2
26. cross1
27. depressed
28. diamon3
29. diamond1
30. diamond2
31. egypt1
32. emotions1
33. fancy1
34. fancy2
35. fancy3
36. fancy4
37. fancy5
38. fancy6
39. fancy7
40. fancy8
41. fancy9
42. fancy10
43. fancy11
44. fancy12
45. fancy13
46. fancy14
47. fancy15
48. fancy16
49. fancy17
50. fancy18
51. fancy19
52. fancy20
53. fancy21
54. fancy22
55. fancy23
56. fancy24
57. fancy25
58. fancy26
59. fancy27
60. fancy28
61. fancy29
62. fancy30
63. fancy31
64. fancy32
65. fancy33
66. fancy34
67. fancy35
68. fancy36
69. fancy37
70. fancy38
71. fancy39
72. fancy40
73. fancy41
74. fancy42
75. fancy43
76. fancy44
77. fancy45
78. fancy46
79. fancy47
80. fancy48
81. fancy49
82. fancy50
83. fancy51
84. fancy52
85. fancy53
86. fancy54
87. fancy55
88. fancy56
89. fancy57
90. fancy58
91. fancy59
92. fancy60
93. fancy61
94. fancy62
95. fancy63
96. fancy64
97. fancy65
98. fancy66
99. fancy67
100. fancy68
101. fancy69
102. fancy70
103. fancy71
104. fancy72
105. fancy73
106. fancy74
107. fancy75
108. fancy76
109. fancy77
110. fancy78
111. fancy79
112. fancy80
113. fancy81
114. fancy82
115. fancy83
116. fancy84
117. fancy85
118. fancy86
119. flame1
120. flower1
121. food1
122. food2
123. haha
124. happy1
125. happy_new_year
126. hawaii1
127. hawaii2
128. heart1
129. heart2
130. heart3
131. heart4
132. heart5
133. heart6
134. heart7
135. heart8
136. heart9
137. line1
138. line2
139. line3
140. line4
141. love_music
142. missile1
143. mountain1
144. mountain2
145. mountain3
146. music1
147. music2
148. music3
149. pencil1
150. poker1
151. puzzle1
152. puzzle2
153. puzzle3
154. sad2
155. sad3
156. sad4
157. smile1
158. snow1
159. snow2
160. star3
161. star4
162. star5
163. star6
164. star7
165. star8
166. star9
167. star10
168. star11
169. star12
170. star13
171. star14
172. star15
173. star16
174. star17
175. temple1
176. title1
177. tree1
178. wall1
179. wave3
180. wave4
181. wave5
182. wave6
183. wave7
184. wave8
185. wave9
### Changed
- `text` parameter removed from `art` and `aprint` functions
- `README.md` modified
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<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-560-blue.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb"><img src="https://img.shields.io/badge/Art List-499-orange.svg"></a>
<a href="https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb"><img src="https://img.shields.io/badge/Decor List-10-green.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>
</div>
Expand Down Expand Up @@ -76,7 +76,7 @@ ART is a Python lib for text converting to ASCII art fancy. ;-)
</tr>
<tr>
<td align="center">Decor Counter</td>
<td align="center">10</td>
<td align="center">195</td>
</tr>
</table>

Expand Down Expand Up @@ -818,6 +818,7 @@ or send an email to [[email protected]](mailto:[email protected] "[email protected]").
17. [Hubpages](https://hubpages.com/technology/one-line-ascii-art-for-twitter)
18. [ASCII-ART](http://www.ascii-art.de/ascii/mno/one_line.txt)
19. [Messletters](https://www.messletters.com/en/)
20. [Webestools](http://www.webestools.com/)

## Donate to our project
Expand Down
Loading

0 comments on commit a726f8d

Please sign in to comment.