Skip to content
/ dailymail Public

Port of Chris Applegate's Javascript Daily Mail headline generator, to Python

Notifications You must be signed in to change notification settings

cmsj/dailymail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

#dailymail ##by Chris Jones [email protected] ##ported from the original Javascript by Chris Applegate (www.qwghlm.co.uk) ##Released under the GNU GPL v2 or later

This is a class with a simple purpose, it creates fictional headlines from the British newspaper The Daily Mail.

They are well known for their ability to completely suspend all rational thought and print the craziest nonsense. So crazy that parody is almost unnecessary, but still a lot of fun.

To use this class, simply pop it somewhere in your python path and do something like:

import dailymail
paper = dailymail.dailymail()
print paper.headline()

Easy!

(P.S. If you work for the Daily Mail and find this library useful, please let me know)

About

Port of Chris Applegate's Javascript Daily Mail headline generator, to Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages