pip install pillow sketchingTry making a simple image in this static renderer example. If you want to make interactive or animated sketches:
pip install pillow pygame sketchingAfter pip is done, try an interactive example or explore how to make stand-alone executables. The larger examples section may be a good next stop as well. Run into some trouble? Visit the community page for our Discord, issue tracker, and more. Note that this type of desktop usage for Sketching.py uses the Sketch2D renderer and Sketch2DStatic renderer built on top of Pygame and Pillow.
pip install matplotlib pillow sketchingThen, take a look at an example Jupyter Notebook. Learn more about what you can do with Sketching.py by reading through the examples. Need just a little more help? Visit the community tab to connect with other users, let developers know about problems, and more. Note that we currently recommend using the Sketch2DStatic renderer with Jupyter.
pip install sketching pillowThis will enable use of the Sketch2DStatic renderer built on top of Pillow and it can be used in headless environments. Need more help getting started? See the examples. Stuck? Visit the community tab to chat online with other friendly users, let developers know about problems, and more.