Releases: nathan-a-macleod/pyAsciiTermGraphics
Releases · nathan-a-macleod/pyAsciiTermGraphics
v1.2
New Features
- Added a new feature to clear the screen that should work on Mac, Windows and Linux.
- Changed and Improved some of the instructions in the README.md file.
- Made the library use the python OS module.
- Added new width and height variables to get the number of characters high and wide that the console is (using the OS module).
V1.1
Added a new ability to create Title-Text with ASCII. Now, you can make text look slightly bigger*, and you can also give it an outline
*Doesn't actually change text size:
Before:
This is some text.
After:
T H I S I S S O M E T E X T .
(Spaces between words don't show properly in github.)
V1.0
The first version!