Skip to content

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

License

Notifications You must be signed in to change notification settings

ivaltryek/colored-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages