-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/museHD/Discord-ASCII
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Discord-ASCII | ||
|
||
Simple script based on the pyfiglet library that converts your message into large ASCII Text and adds the right formatting for Discord | ||
|
||
# Usage: | ||
|
||
It is recommended to put the main file in a folder as it will create a settings datafile. | ||
Simply type in your message and this script will provide you with ASCII output that is formatted specifically Discord. | ||
|
||
The user has an option to choose between border/no border and extra spacing/no extra spacing for the output and the program remembers user preferences as long as the settings file is in the same directory. | ||
|
||
# Dependencies: | ||
<a href = "https://docs.python.org/3/library/pickle.html">Pickle</a> <a href = "https://github.com/pwaller/pyfiglet">Pyfiglet</a> |