Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 378 Bytes

colored-helloworld

To get started with,

  • Download the package

  • Go to the root directory colored-helloworld/

  • Run: pythonx -m pip install coloredtext ( Here 'x' is the 3 if you're using python3 version, if you're using 2.7, use simply python )

  • Final Steps:

    from coloredtext import helloworld
    helloworld.print_colored_text("Text that you want to print")