Metadata-Version: 1.1
Name: pyagar
Version: 0.0.6
Summary: agar.io python client library
Home-page: https://github.com/nilp0inter/pyagar
Author: Roberto Abdelkader Martínez Pérez
Author-email: robertomartinezp@gmail.com
License: LGPLv3
Description: pyagar
        ======
        
        ``pyagar`` is a python client for the popular online game **agar.io**.
        
        This package allows you to play the game, see the gameplay as an spectator
        and also play automatically with the **auto** feature.
        
        .. image:: docs/images/shot.png
           :alt: Screenshot
           :align: center
        
        
        Dependencies
        ------------
        
        In order to run this software you'll need:
        
        - Python 3.4+
        - SDL2 (you may found it in your distribution as libsdl2)
        - sdl2_ttf https://www.libsdl.org/projects/SDL_ttf/
        - sdl2_gfx http://cms.ferzkopp.net/index.php/software/13-sdl-gfx
        
        
        Installation
        ------------
        
        It is recomended to install this package into a virtualenv.
        
        
        Stable version
        ~~~~~~~~~~~~~~
        
        .. code-block:: bash
        
           $ pip install pyagar
        
        
        Usage
        -----
        
        Command
        ~~~~~~~
        
        This package creates the command ``pyagar``.
        
        .. code-block:: bash
        
           $ pyagar --help
           usage: pyagar [-h] [--no-visualize] [-n NICK] [--auto] [--debug] [--spectate]
        
            optional arguments:
              -h, --help            show this help message and exit
              --no-visualize
              -n NICK, --nick NICK
              --auto
              --debug
              --spectate
        
        
        Controls
        ~~~~~~~~
        
        ====== ============================================
        Action Control
        ====== ============================================
        Move   Mouse (Relative to the center of the window)
        Start  Mouse (Left button)
        Eject  ``W`` key
        Split  ``Space`` key
        ====== ============================================
        
        
        Play examples
        -------------
        
        Play setting a custom nick
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. code-block:: bash
        
           $ pyagar -n doge
        
        
        Just watch the game
        ~~~~~~~~~~~~~~~~~~~
        
        .. code-block:: bash
        
           $ pyagar --spectate
        
        
        Play automatically using the default bot
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        .. code-block:: bash
        
           $ pyagar --auto
        
        
        Other implementations
        ---------------------
        
        - https://github.com/Gjum/pyAgar.io
        - https://github.com/Raeon/pygar
        
        
        0.0.3
        -----
        
        * Documenting pyagar module.
        
        
Keywords: agar.io client
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.4
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
