Skip to content

bsoyka/blabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blabber

Blabber provides fun and free conversation starters for your Python program.

>>> gen = blabber.StarterGenerator()
>>> gen.starter()
"What's the best class you've ever taken?"

Downloads Supported Versions Version

Installation

Blabber is available on PyPI:

$ pip install blabber

Blabber officially supports Python 3.7+.

API Reference

Documentation coming soon! For now, the starter at the top of this document is just about all Blabber has available.

License Summary

(This section is only a summary and is not legal advice. See the LICENSE file for full license terms.)

Most of this project is licensed with the MIT License. As an exception, the text of the conversation starters themselves (all .txt files in /blabber/data) are in the public domain.