Skip to content

Press a keyboard game for children. Sounds out the letters on the keyboard.

Notifications You must be signed in to change notification settings

katieannedavis/TheLetterGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Letter Game

Description

This is a children's program that sounds out the letter pressed on the keyboard. It is a GUI program written in Python 3 with the PyQt5 library.

Dependencies for development version

  • Python 3 installed from python website
  • Pyqt5 installed on command line with pip: pip install pyqt5
  • pygame installed on command line with pip: pip install pygame

In the Alphabet Game folder, you only need:

  1. The letters folder (it holds all of the needed mp3s)
  2. exit.png
  3. ABC_Sloth.jpg
  4. icon.ico
  5. main.py
  6. GameFunctions.py
  7. GameBoard.py (generated from the pyqt5 designer)
  8. LetterGame.spec (This is the document that pyinstaller used to package the program via command line: pyinstaller --clean LetterGame.spec)

Installation for executable version

  • Download zip file, all files in the Alphabet Game folder are needed to run the exe file. When installing on your computer, you can right click on the exe file and pin to your start menu.

MIT License

Copyright 2018 Kathleen Davis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.