![]() |
Docs | Gallery | Download | Blog |
PyDPainter.exe
is a self-contained Windows executable that launches PyDPainter -- no installer needed. You can just drag it to your desktop and launch it from there.
Linux users on many distros can use flatpak
to install PyDPainter.
The flatpak limits access to only the Pictures directory.
To grant PyDPainter access to your entire home directory, use this command:
sudo flatpak override org.pydpainter.PyDPainter --filesystem=home
PyDPainter for the Mac which can be dowloaded as a zip file. Unzip it and double-click on the application to run it.
PyDPainter is written in Python so it should run on any platform that supports Python 3 and the modules Pygame and NumPy. After installing Python 3, use the installation instructions below to install Pygame and NumPy. Once that is done, you should be able to unzip the PyDPainter source code and double-click on the PyDPainter.py
file to launch PyDPainter.