Metadata-Version: 1.1
Name: simple_draw
Version: 2.4.2
Summary: This package allows you to draw graphical primitives with pygame.
Home-page: https://github.com/suguby/simple_draw
Author: Shandrinov Vadim
Author-email: suguby@gmail.com
License: BSD License
Description: # simple_draw
        
        Pygame-based package for drawing graphical primitives for tutorial purpose.
        
        ## Install pygame on Windows.
         
        * Download needed .whl from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
        * With python > 3.5
            cd Downloads
            pip install pygame-xxxxxx.whl
        * With python 2.7
            ...coming soon...
        
        ## Install pygame on Debian-linux. 
        
        * With python 2.7
            sudo aptitude install python-pygame
        * With python 3.x
            sudo apt-get install python3-pip python3-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python3-numpy libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev
            sudo pip3 install -U hg+https://bitbucket.org/pygame/pygame
        
Keywords: draw graphical primitives tutorial
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
