Skip to content

StRobertCHSCS/ics2o1-201819-GeorgeShao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyArcadePaint (README.md for Comp Sci CPT)

Development State: Finished, may receive future updates.

Info

PyArcadePaint is a python application that allows a user to draw something using a simple GUI, then convert it into python code with the single click of a button. This code will then be manually copied and pasted into an Arcade template in a .py file, which when run will draw the drawing the user drew in the GUI. It's simple, fast, and time-saving!

Dependencies

arcade python library
pymsgbox python library

How To Use

  1. Run the program.
  2. Choose a shape to draw on the toolbar on the left side of the screen.
  3. Choose a color to draw with on the toolbar on the left side of the screen.
  4. Click somewhere on the drawing canvas, and hold the mouse until a second coordinate, then release the mouse button. A shape should appear on the screen. Repeat doing this for more shapes of various to appear on the screen.
  5. When done drawing, click the export button at the top left corner of the screen. A popup message should appear confirming this, click ok.
  6. Open your file explorer, navigate to this project's directory, and run Exported_Code.py.
  7. Your drawing should appear.

About

ics2o1-201819-GeorgeShao created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages