Skip to content

A simple display that you can interface with python. The console model is not required and is used just for the example

License

Notifications You must be signed in to change notification settings

SlothScript/Text-Screen-Display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Text Screen Display

A simple display that you can interface with python. The console module is not required and is used just for the example

Also, to go right add to x, to go up, add to y (I know, its annoying)

Documention

Initializing a screen

To initizize a screen, you need to use the screen class myScreen = screen()

Sceen Arguments

When initilizing a screen you have a few argumwnts that you can edit.

  1. screen width and height (tuple, required)

--- OR ---

  1. screen width (int, required)
  2. screen height (int, required)

(always 3rd argument)

  1. seporation character (string, optional)
  2. empty cell character (string, optional)
  3. new line character (string, optional)
  4. Data to screen (dictonary, optional)
  5. screen data (matrix, optional) (putting something in this argument will automatically display it)

I know this documentation sucks. Please help improvw my docs on this

About

A simple display that you can interface with python. The console model is not required and is used just for the example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages