Python package providing horrifying welcome messages for your application
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
portent-0.0.2.tar.gz
(5.5 kB
view hashes)
Built Distribution
portent-0.0.2-py3-none-any.whl
(18.0 kB
view hashes)