Skip to content

Simple drawing application that can be controlled from the command line

License

Notifications You must be signed in to change notification settings

metakuna/DrawingPad

 
 

Repository files navigation

DrawingPad

Simple drawing application that can be controlled from the command line. Saves automatically when closing the window.

java -jar drawingPad.jar output.png

The program can also write on existing images by using the -i command line argument:

java -jar drawingPad.jar output.png -i input.png

There also is a small Anki Add-on: https://ankiweb.net/shared/info/370778248

About

Simple drawing application that can be controlled from the command line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 84.8%
  • Python 11.2%
  • Shell 4.0%