Skip to content

Python package providing horrifying welcome messages for your application

License

Notifications You must be signed in to change notification settings

hypernormalisation/portent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portent

Python package providing horrifying welcome messages for your application.

Installation

portent is available on the Python Package Index (PyPI).

pip install portent

It requires python version 3.6 or later.

Usage

Simply place something like the following in your top-level application file, and portent will display a helpful, motivational welcome message once per session.

import portent
portent.welcome(name='My application', version='2.3.6')

Pass the theme argument to the welcome function to use a different greeter:

  • basic
  • finance

About

Python package providing horrifying welcome messages for your application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages