/colored-helloworld

Simple demo for how to create PyPi package that can be installed using pip installer locally or using PyPi package service for python.

Primary LanguagePythonMIT LicenseMIT

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")