Skip to content

A simple python program that finds all possible variations for a given sentence using an online thesaurus

License

Notifications You must be signed in to change notification settings

p-somers/python-thesaurus-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

python-thesaurus-app

A simple python program that finds all possible variations for a given sentence using an online thesaurus. Press "e" or type "enter" and press the enter key. This allows you to set the sentence. Once it has been set, the program will fetch all possible variations. Once it has done the processing, it will report the number of sentences generated and the longest variation. Now, you can print all at once by pressing "p" and hitting enter, or pressing "r" to print out a random result.

NOTE: you will need an api key from http://words.bighugelabs.com/api.php. Once you've gotten the key, place it in a file named api_key.py. All you need to put in the file is this one line: key = "<paste your key here>"

About

A simple python program that finds all possible variations for a given sentence using an online thesaurus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages