Skip to content

dacrusa/slogan-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

slogan-generator

The script generates slogans based on the words of a given textfile.

run: python3 generator.py

Dependencies

  • Python3: sudo apt-get install python3
  • Nltk (more: Please use the NLTK Downloader to obtain the resource:
    • >>> import nltk
    • >>> nltk.download('averaged_perceptron_tagger')
    • >>> nltk.download('wordnet')
  • TermColor Python library: sudo pip3 install termcolor

License:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%