Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 808 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 808 Bytes

Pretty Console

Fully customizable console printing and 100% centered on every window resolution

Requirements:

  • Colorama
  • Shutil

How to use it:

from console import Main as Console

def main():
  Console = ConsoleClass()
  Console.output(Console.Types.Info, "Hello world!")

# Which returns "[?] Hello world!"

Full size window

Full

Normal size window

Normal

Console Output Types:

  • Success
  • Error
  • Warning
  • Info

You can modify the printing by editing console.py in 'OutputTypes'

Made with ❤ by Tedy