Word guessing game that takes random words off of Reddit and lets you guess what it is!
To play the game, you must setup your own config.py file using your Reddit account information (just make a new account and edit my config.py file through the GitHub link) and go to: https://www.reddit.com/prefs/apps/
If you do not have "PRAW"(Python Reddit API Wrapper) installed, you can install it via pip by typing:
pip install praw
Click "are you a developer? create an app..." or "create another app..." Click the "script" button and fill in any information Edit my config.py file, put it in the same directory as the game file. Format it like this:
username = "your Reddit username here"
password = "your Reddit password here"
client_id = "code under the title of your script"
client_secret = "code next to the word 'secret'"
Run the Reddit_Word_Guesser.py file, e.g. python3 Reddit_Word_Guesser.py
Have fun!
Built on December 17th, 2017; last updated on December 19th, 2017.
Log in or sign up for Devpost to join the conversation.