Metadata-Version: 2.1
Name: Chatwolf
Version: 0.1.2
Summary: An unofficial game, to play Werewolf on Skype
Home-page: https://github.com/maxschmi/chatwolf
Author: Max Schmit
Author-email: maxschm@hotmail.com
License: GPL-3.0-or-later
Project-URL: Github, https://github.com/maxschmi/chatwolf
Project-URL: Docs, https://chatwolf.readthedocs.io
Description: ## Chatwolf
        Chatwolf is a small bot to play the popular Werewolf game in a group over a videochat.
        Until now it only works on Skype, but maybe I will add other chat services.
        [![Documentation Status](https://readthedocs.org/projects/chatwolf/badge/?version=latest)](https://chatwolf.readthedocs.io/en/latest/?badge=latest)
        
        # Rules
        Here you can find the basic rules in german language:
        [www.werwolfspielen.info](www.werwolfspielen.info)
        
        # install
        1. you need Python3 installed. 
          If you haven't got it install it from [here](https://www.python.org/downloads/)
        2. start python.exe
        3. install chatwolf from pypi with:
        ```
        python3 pip install chatwolf
        ```
        
        # Quickstart:
        - you need one additional Skype account, wich will be the Game-master-Account. 
          Create one or just ask a friend whos not playing to give you his/her account
        - create a group in Skype with your friends and the Game-master-Account.
        - In your python PowerShell start the Graphical user interface with:
        ```
        >chatwolf
        ```
        - log in with the Skype account of the Game-master-Account in the program
        - select the groupchat, the number of werewolfs and the roles you want
        - start the game and play on Skype. 
          You will get all further commands over Skype from the Game-master-Account
          
        # Tip:
        - if you want to use another Videochat service for the Videocalls, you can do so. 
          Just use Skype to talk to the Game-master-Account.
        
Keywords: chat werewolf game multiplayer online skype
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Role-Playing
Requires-Python: >=3
Description-Content-Type: text/markdown
