MANIFEST.in
README.rst
requirements.txt
setup.py
SimpleGUICS2Pygame/__init__.py
SimpleGUICS2Pygame/codeskulptor.py
SimpleGUICS2Pygame/codeskulptor_lib.py
SimpleGUICS2Pygame/numeric.py
SimpleGUICS2Pygame/simplegui_lib.py
SimpleGUICS2Pygame/simplegui_lib_draw.py
SimpleGUICS2Pygame/simplegui_lib_fps.py
SimpleGUICS2Pygame/simplegui_lib_keys.py
SimpleGUICS2Pygame/simplegui_lib_loader.py
SimpleGUICS2Pygame/simpleplot.py
SimpleGUICS2Pygame.egg-info/PKG-INFO
SimpleGUICS2Pygame.egg-info/SOURCES.txt
SimpleGUICS2Pygame.egg-info/dependency_links.txt
SimpleGUICS2Pygame.egg-info/requires.txt
SimpleGUICS2Pygame.egg-info/top_level.txt
SimpleGUICS2Pygame/COPYING/gpl-3.0.txt
SimpleGUICS2Pygame/_img/OPi_t.png
SimpleGUICS2Pygame/_img/SimpleGUICS2Pygame_152x261.bmp
SimpleGUICS2Pygame/_img/SimpleGUICS2Pygame_32x32.ico
SimpleGUICS2Pygame/_img/SimpleGUICS2Pygame_32x32_t.png
SimpleGUICS2Pygame/_img/SimpleGUICS2Pygame_64x64_t.png
SimpleGUICS2Pygame/_img/gplv3-88x31.png
SimpleGUICS2Pygame/example/Blackjack.py
SimpleGUICS2Pygame/example/Frame_example.py
SimpleGUICS2Pygame/example/Mandelbrot_Set.py
SimpleGUICS2Pygame/example/Memory.py
SimpleGUICS2Pygame/example/Nostalgic_Basic_Blitz.py
SimpleGUICS2Pygame/example/Pong.py
SimpleGUICS2Pygame/example/RiceRocks_Asteroids.py
SimpleGUICS2Pygame/example/Spaceship_prototype.py
SimpleGUICS2Pygame/example/Stopwatch.py
SimpleGUICS2Pygame/example/keys.py
SimpleGUICS2Pygame/example/loader.py
SimpleGUICS2Pygame/example/presentation.py
SimpleGUICS2Pygame/example/stop_example.py
SimpleGUICS2Pygame/example/Stress_Balls/Stress_Balls.py
SimpleGUICS2Pygame/example/Stress_Balls/Stress_Balls_results.py
SimpleGUICS2Pygame/example/Stress_Balls/old_results/Stress_Balls_results.png
SimpleGUICS2Pygame/example/Stress_Balls/old_results/Stress_Balls_results.svg
SimpleGUICS2Pygame/script/SimpleGUICS2Pygame_check.py
SimpleGUICS2Pygame/script/cs2both.py
SimpleGUICS2Pygame/script/pygame_check.py
SimpleGUICS2Pygame/simpleguics2pygame/__init__.py
SimpleGUICS2Pygame/simpleguics2pygame/_arguments.py
SimpleGUICS2Pygame/simpleguics2pygame/_colors.py
SimpleGUICS2Pygame/simpleguics2pygame/_fonts.py
SimpleGUICS2Pygame/simpleguics2pygame/_joypads.py
SimpleGUICS2Pygame/simpleguics2pygame/_media.py
SimpleGUICS2Pygame/simpleguics2pygame/_pygame_init.py
SimpleGUICS2Pygame/simpleguics2pygame/canvas.py
SimpleGUICS2Pygame/simpleguics2pygame/control.py
SimpleGUICS2Pygame/simpleguics2pygame/frame.py
SimpleGUICS2Pygame/simpleguics2pygame/image.py
SimpleGUICS2Pygame/simpleguics2pygame/keys.py
SimpleGUICS2Pygame/simpleguics2pygame/sound.py
SimpleGUICS2Pygame/simpleguics2pygame/timer.py
SimpleGUICS2Pygame/test/README
SimpleGUICS2Pygame/test/test_all.py
SimpleGUICS2Pygame/test/test_arc.py
SimpleGUICS2Pygame/test/test_button_label.py
SimpleGUICS2Pygame/test/test_circle.py
SimpleGUICS2Pygame/test/test_colors_constants.py
SimpleGUICS2Pygame/test/test_colors_html.py
SimpleGUICS2Pygame/test/test_colors_html_hsla.py
SimpleGUICS2Pygame/test/test_colors_html_rgba.py
SimpleGUICS2Pygame/test/test_command_line_options.py
SimpleGUICS2Pygame/test/test_dir.py
SimpleGUICS2Pygame/test/test_grid.py
SimpleGUICS2Pygame/test/test_image.py
SimpleGUICS2Pygame/test/test_input.py
SimpleGUICS2Pygame/test/test_line.py
SimpleGUICS2Pygame/test/test_numeric.py
SimpleGUICS2Pygame/test/test_objects.py
SimpleGUICS2Pygame/test/test_simpleplot_bars.py
SimpleGUICS2Pygame/test/test_simpleplot_lines.py
SimpleGUICS2Pygame/test/test_simpleplot_scatter.py
SimpleGUICS2Pygame/test/test_sound.py
SimpleGUICS2Pygame/test/test_text.py
SimpleGUICS2Pygame/test/_css/log.css
SimpleGUICS2Pygame/test/_snd/chirp_1s.wav
SimpleGUICS2Pygame/test/_snd/missile.mp3
SimpleGUICS2Pygame/test/_snd/missile.ogg
SimpleGUICS2Pygame/test/configs/20200418_Dell_Precision__Debian__Python_2.txt
SimpleGUICS2Pygame/test/configs/20200418_Dell_Precision__Debian__Python_3.txt
SimpleGUICS2Pygame/test/configs/20200418_Dell_Precision__Windows__Python_2.txt
SimpleGUICS2Pygame/test/configs/20200418_Dell_Precision__Windows__Python_3.txt
SimpleGUICS2Pygame/test/configs/20201129_Dell_Precision__Debian__Python_2.txt
SimpleGUICS2Pygame/test/configs/20201129_Dell_Precision__Debian__Python_3.txt
SimpleGUICS2Pygame/test/results_good/test_arc.png
SimpleGUICS2Pygame/test/results_good/test_circle.png
SimpleGUICS2Pygame/test/results_good/test_colors_constants.png
SimpleGUICS2Pygame/test/results_good/test_colors_html.png
SimpleGUICS2Pygame/test/results_good/test_colors_html_hsla.png
SimpleGUICS2Pygame/test/results_good/test_colors_html_rgba.png
SimpleGUICS2Pygame/test/results_good/test_grid.png
SimpleGUICS2Pygame/test/results_good/test_image.png
SimpleGUICS2Pygame/test/results_good/test_line.png
SimpleGUICS2Pygame/test/results_good/test_simpleplot_bars.png
SimpleGUICS2Pygame/test/results_good/test_simpleplot_lines.png
SimpleGUICS2Pygame/test/results_good/test_simpleplot_scatter.png
SimpleGUICS2Pygame/test/results_good/test_text.png
SimpleGUICS2Pygame/test/results_py2/SimpleGUICS2Pygame_check.log
SimpleGUICS2Pygame/test/results_py2/log.html
SimpleGUICS2Pygame/test/results_py2/test_arc.log
SimpleGUICS2Pygame/test/results_py2/test_arc.png
SimpleGUICS2Pygame/test/results_py2/test_arc_diff.png
SimpleGUICS2Pygame/test/results_py2/test_button_label.log
SimpleGUICS2Pygame/test/results_py2/test_circle.log
SimpleGUICS2Pygame/test/results_py2/test_circle.png
SimpleGUICS2Pygame/test/results_py2/test_circle_diff.png
SimpleGUICS2Pygame/test/results_py2/test_colors_constants.log
SimpleGUICS2Pygame/test/results_py2/test_colors_constants.png
SimpleGUICS2Pygame/test/results_py2/test_colors_constants_diff.png
SimpleGUICS2Pygame/test/results_py2/test_colors_html.log
SimpleGUICS2Pygame/test/results_py2/test_colors_html.png
SimpleGUICS2Pygame/test/results_py2/test_colors_html_diff.png
SimpleGUICS2Pygame/test/results_py2/test_colors_html_hsla.log
SimpleGUICS2Pygame/test/results_py2/test_colors_html_hsla.png
SimpleGUICS2Pygame/test/results_py2/test_colors_html_hsla_diff.png
SimpleGUICS2Pygame/test/results_py2/test_colors_html_rgba.log
SimpleGUICS2Pygame/test/results_py2/test_colors_html_rgba.png
SimpleGUICS2Pygame/test/results_py2/test_colors_html_rgba_diff.png
SimpleGUICS2Pygame/test/results_py2/test_command_line_options.log
SimpleGUICS2Pygame/test/results_py2/test_dir.log
SimpleGUICS2Pygame/test/results_py2/test_grid.log
SimpleGUICS2Pygame/test/results_py2/test_grid.png
SimpleGUICS2Pygame/test/results_py2/test_grid_diff.png
SimpleGUICS2Pygame/test/results_py2/test_image.log
SimpleGUICS2Pygame/test/results_py2/test_image.png
SimpleGUICS2Pygame/test/results_py2/test_image_diff.png
SimpleGUICS2Pygame/test/results_py2/test_input.log
SimpleGUICS2Pygame/test/results_py2/test_line.log
SimpleGUICS2Pygame/test/results_py2/test_line.png
SimpleGUICS2Pygame/test/results_py2/test_line_diff.png
SimpleGUICS2Pygame/test/results_py2/test_numeric.log
SimpleGUICS2Pygame/test/results_py2/test_objects.log
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_bars.log
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_bars.png
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_bars_diff.png
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_lines.log
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_lines.png
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_lines_diff.png
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_scatter.log
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_scatter.png
SimpleGUICS2Pygame/test/results_py2/test_simpleplot_scatter_diff.png
SimpleGUICS2Pygame/test/results_py2/test_sound.log
SimpleGUICS2Pygame/test/results_py2/test_text.log
SimpleGUICS2Pygame/test/results_py2/test_text.png
SimpleGUICS2Pygame/test/results_py2/test_text_diff.png
SimpleGUICS2Pygame/test/results_py3/SimpleGUICS2Pygame_check.log
SimpleGUICS2Pygame/test/results_py3/log.html
SimpleGUICS2Pygame/test/results_py3/test_arc.log
SimpleGUICS2Pygame/test/results_py3/test_arc.png
SimpleGUICS2Pygame/test/results_py3/test_arc_diff.png
SimpleGUICS2Pygame/test/results_py3/test_button_label.log
SimpleGUICS2Pygame/test/results_py3/test_circle.log
SimpleGUICS2Pygame/test/results_py3/test_circle.png
SimpleGUICS2Pygame/test/results_py3/test_circle_diff.png
SimpleGUICS2Pygame/test/results_py3/test_colors_constants.log
SimpleGUICS2Pygame/test/results_py3/test_colors_constants.png
SimpleGUICS2Pygame/test/results_py3/test_colors_constants_diff.png
SimpleGUICS2Pygame/test/results_py3/test_colors_html.log
SimpleGUICS2Pygame/test/results_py3/test_colors_html.png
SimpleGUICS2Pygame/test/results_py3/test_colors_html_diff.png
SimpleGUICS2Pygame/test/results_py3/test_colors_html_hsla.log
SimpleGUICS2Pygame/test/results_py3/test_colors_html_hsla.png
SimpleGUICS2Pygame/test/results_py3/test_colors_html_hsla_diff.png
SimpleGUICS2Pygame/test/results_py3/test_colors_html_rgba.log
SimpleGUICS2Pygame/test/results_py3/test_colors_html_rgba.png
SimpleGUICS2Pygame/test/results_py3/test_colors_html_rgba_diff.png
SimpleGUICS2Pygame/test/results_py3/test_command_line_options.log
SimpleGUICS2Pygame/test/results_py3/test_dir.log
SimpleGUICS2Pygame/test/results_py3/test_grid.log
SimpleGUICS2Pygame/test/results_py3/test_grid.png
SimpleGUICS2Pygame/test/results_py3/test_grid_diff.png
SimpleGUICS2Pygame/test/results_py3/test_image.log
SimpleGUICS2Pygame/test/results_py3/test_image.png
SimpleGUICS2Pygame/test/results_py3/test_image_diff.png
SimpleGUICS2Pygame/test/results_py3/test_input.log
SimpleGUICS2Pygame/test/results_py3/test_line.log
SimpleGUICS2Pygame/test/results_py3/test_line.png
SimpleGUICS2Pygame/test/results_py3/test_line_diff.png
SimpleGUICS2Pygame/test/results_py3/test_numeric.log
SimpleGUICS2Pygame/test/results_py3/test_objects.log
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_bars.log
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_bars.png
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_bars_diff.png
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_lines.log
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_lines.png
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_lines_diff.png
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_scatter.log
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_scatter.png
SimpleGUICS2Pygame/test/results_py3/test_simpleplot_scatter_diff.png
SimpleGUICS2Pygame/test/results_py3/test_sound.log
SimpleGUICS2Pygame/test/results_py3/test_text.log
SimpleGUICS2Pygame/test/results_py3/test_text.png
SimpleGUICS2Pygame/test/results_py3/test_text_diff.png
SimpleGUICS2Pygame/test/screenshots/test_button_label__screenshots.png