Table and word list generator for the popular Codenames boardgame, created in Python 3 using Kivy.
First of all, you need to install the Kivy project and its dependencies. Once Kivy is installed, all you need to do is clone the repository or download the source code.
When everything is in place, you can start the application by executing main.py
using Python 3: python main.py
or python3 main.py
.
This code has been open sourced after written permission from the publisher, Czech Games Edition.
Because of the aforementioned legal notice, the project is open sourced under the conditions of the GNU AGPLv3+ license.