This commit is contained in:
oriol filter
2022-11-26 14:57:38 +00:00
parent 5c753ae8f5
commit 1d33409e12
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/venv/*
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

+18
View File
@@ -0,0 +1,18 @@
```ansi
Welcome to Rebane's Discord Colored Text Generator!
```
some red text
[[31msome red text[[0m
RED='\033[0;31m'
NC='\033[0m' # No Color
printf "I ${RED}love${NC} Stack Overflow\n"
```ansi
redred
```