PyDPainter logo PyDPainter Docs Gallery Download Blog

Download PyDPainter

Windows

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. Anti-virus software on Windows may complain, but that's only because we haven't paid the yearly fee to sign the program.

Linux

Linux users on many distros can use flatpak to install PyDPainter.

Mac OS X

To use this on Mac OS X you need Python.

On the Mac it is advised to install a separate version of Python from your system version using Brew. Brew is a package manager that keeps packages separate from your System Packages and Application.

To install Python, open Terminal.

  1. Update Brew - brew update && brew upgrade
  2. brew install python
  3. brew install git
  4. brew install python-tk
  5. cd ~
  6. mkdir PythonApps
  7. cd PythonApps
  8. git clone https://github.com/mriale/PyDPainter/
  9. cd PyDPainter
  10. python3 -m venv .venv
  11. source .venv/bin/activate
  12. pip install -r requirements.txt
  13. python3 PyDPainter.py

Any Other Platform

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.


Participate in the community:
Facebook Github Twitter Mastodon Ko-fi RSS feed