Skip to content

ankitjavalkar/wippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wippy

Wippy is a Python package for generating interesting Work In Progress messages similar to the one that was earlier found on Rust Language website

Installation

From within the wippy directory run,

python setup.py install

Usage

Wippy is drop dead simple. Just import the method 'wippyfy' and you're good to go!

from wippy import wippyfy

# Default usage
wippyfy()
# Output: 'This project is a work in progress and may do anything it likes up to and including swallowing your boss'

wippyfy()
# Output: 'This project is a work in progress and may do anything it likes up to and including stabbing your pet frog'

wippyfy()
# Output: 'This project is a work in progress and may do anything it likes up to and including whipping your users'

# Custom project name (default='This project')
wippyfy(name='Wippy')
# Output: 'Wippy is a work in progress and may do anything it likes up to and including vacuuming your smartphone'

wippyfy(name='Wippy')
# Output: 'Wippy is a work in progress and may do anything it likes up to and including losing your pet parrot'

Contributing

Welcome aboard! Here are a few ways you can help:

  • Report bugs or Suggest features on the Issue List
  • Fix bugs, Add features and submit pull requests
  • Improve or Fix documentation

Disclaimer

Wippy is a work in progress and may do anything it likes upto and including burying your sink.

About

Random Work In Progress message generator for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages