Schnapsen is a text-based card game for two players.
You can find the rules of Schnapsen on Wikipedia.
To play the game in German, change the variable LANGUAGE in schnapsen.py to "de". The default language is English ("en").
You can add your own translations. The program uses the gettext module to handle translations, the required files are included in the locales directory.