quikbild/word_lists
MisterE123 372c495211 Add an long word lists 2021-02-09 13:45:19 -05:00
..
word-lists Add an long word lists 2021-02-09 13:45:19 -05:00
LICENSE Add an long word lists 2021-02-09 13:45:19 -05:00
README.md Add an long word lists 2021-02-09 13:45:19 -05:00

README.md

Word lists are from: The stated license applies to the word lists only. You are free to use or make your own word lists. Words must be inserted into the word_list variable on the minigame configuration, as a lua table of strings.

Pictionary Cards Generator


License GPL 3.0

I couldn't find a pictionary anywhere in the city, so I decided to print one myself. I wasn't going to type all those words and names manually into Photoshop though, so I made this - a pictionary cards generator written in Python 3, using the Pillow graphics library. In its current form, it generates 100 cards across 7 A4 international paper size sheets, ready to print.

Requirements

Requires Pythong 3.x, Pillow and the Hans Kendrick font.

How to use

To use the default word list, navigate to your cloned repo directory and then place the Hans Kendrick font into resources. Then, just run ./generate in the terminal. You may need to chmod +x generate to give the file permissions to execute. If you'd like to modify the words that appear on the cards, look in /word-lists/ and modify the text files.

Extras

There's also a PSD of a board in resources that you can print to play the game. It fits on an A3 piece of paper.

The final product looks like this

Pictionary-like Board

License

Copyright (C) 2014 Dino Angelov

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.