Skip to content

Releases: nathan-a-macleod/pyAsciiTermGraphics

v1.2

18 Jun 18:44
Compare
Choose a tag to compare

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

08 Jun 14:54
Compare
Choose a tag to compare

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

27 May 13:08
Compare
Choose a tag to compare

The first version!