-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
659811a
commit 9777652
Showing
11 changed files
with
206 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = '1.4.7' | ||
VERSION = '1.4.8' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file is automatically generated. Please do not modify. | ||
|
||
from . import AsciiArt | ||
|
||
pikaos = AsciiArt(match=r'''"PikaOS"*''', color='11', ascii=r""" | ||
${c1} /🐦🐦🐦$ /🐦/🐦 /🐦🐦🐦 /🐦🐦🐦 | ||
| 🐦__ $|__| 🐦 /🐦__ 🐦/🐦__ 🐦 | ||
| 🐦 \ 🐦/$| 🐦 /🐦 /🐦🐦🐦| 🐦 \ $| 🐦 \__/ | ||
| 🐦🐦🐦$| $| 🐦 /🐦/|____ $| 🐦 | $| 🐦🐦🐦 | ||
| 🐦____/| $| 🐦🐦🐦/ /🐦🐦🐦| 🐦 | 🐦\____ 🐦 | ||
| 🐦 | $| 🐦_ 🐦 /🐦__ $| 🐦 | 🐦/🐦 \ 🐦 | ||
| 🐦 | $| 🐦 \ $| 🐦🐦🐦| 🐦🐦🐦| 🐦🐦🐦/ | ||
|__/ |__|__/ \__/\_______/\______/ \______/ . | ||
""") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This file is automatically generated. Please do not modify. | ||
|
||
from . import AsciiArt | ||
|
||
salient_os = AsciiArt(match=r'''"Salient OS"* | "SalientOS"* | "salientos"*''', color='6 6 7 1', ascii=r""" | ||
${c1} 00xxxx0 | ||
00xxxxxx0 | ||
0xxxxxxxxx 000000 | ||
0xxxxxxxxxx xxxxxxxxxx0 | ||
0xxxxxxxxxxx0 xxxxxxxxxxxxx0 | ||
0xxxxxxxxxxxx0 0xxxxxxxxxxxxxx0 | ||
0xxxxxxxxxxxxx0 0xxxxxxxxxxxxxxx0 | ||
0xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx0 | ||
xxxxxxxxxxxxxxxx0 0xxxxxxxxxxxxxxxx | ||
xxxxxxxxxxxxxxxxx 0xxxxxxxxxxxxxxx | ||
xxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxx | ||
xxxxxxxxxxxxxxxxxx0 xxxxxxxxxxxxxx | ||
0xxxxxxxxxxxxxxxxxx0 0xxxxxxxxxxxx0 | ||
0xxxxxxxxxxxxxxxxxx xxxxxxxxxxx0 | ||
0xxxxxxxxxxxxxxxxx xxxxxxxxxx0 | ||
0xxxxxxxxxxxxxxxx xxxxxxxxx0 | ||
0xxxxxxxxxxxx0 0xxxxxxx0 | ||
0xxxxxxx0 xxxxxx0 | ||
0xxx00 | ||
x00 | ||
""") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.