Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 507 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 507 Bytes

#Python Hangman 🐍

This is a simple hangman game written in Python. I have only just recently learned Python so this is my very first published application. I hope to find a way to integrate an online dictionary to get more random words.

UPDATE:

The game now retrieves a list of randomized words from TheFreeDictionary

###package installation

pip install beautifulsoup4

Programmed in Python 3.5.1 IDE used was Python Tools for Visual Studio