Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/museHD/Discord-ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
museHD committed Jul 30, 2020
2 parents faa1b26 + 2b03222 commit 81f3b22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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>

0 comments on commit 81f3b22

Please sign in to comment.