SimpleDrawing Desktop App Save

SimpleDrawing is a basic desktop sketching application build using the Dear PyGui Graphical User Interface Toolkit in python for producing neat and quick sketches.

Project README

SimpleDrawing

:warning: Note: Since the release of this app, Dear PyGui has been updated considerably. This app will not run in the newer versions of Dear PyGui. Please note that this app is not being maintained currently.

A very basic desktop app built using DearPyGui framework for sketching purposes.

Features include:

  1. Draw straight lines
  2. Draw straight dashed lines
  3. Draw poly lines
  4. Doodle
  5. Draw rectangles
  6. Draw circles
  7. Draw arrows
  8. Draw 4-point Bézier curves
  9. Add text on canvas
  10. Add image on canvas
  11. Constraint lines to horizontal, vertical, or 45° by holding down the shift key
  12. Constraint rectangles to squares by holding down the shift key
  13. Constraint images to their correct aspect ratio by holding down the shift key
  14. Change canvas color
  15. Switch between dark and light mode
  16. Erase all drawn lines
  17. Save drawing as a JPEG, PNG, or PDF file
  18. Save drawing as a database file that can be opened and edited
  19. Undo and redo all tools used
  20. Reset the entire drawing pad

Instructions

  1. Make sure you have Python 3 installed and working.

  2. Clone the repo:

git clone https://github.com/RahulShagri/SimpleDrawing-Desktop-App.git

  1. Install prerequisites using pip, preferably in a new environment:

pip install -r requirements.txt

  1. Run the SimpleDrawing.py file to start the application.

Demo

demo

Contact

You can contact me using the messaging form or the emailing option on my engineering portfolio website.

Open Source Agenda is not affiliated with "SimpleDrawing Desktop App" Project. README Source: RahulShagri/SimpleDrawing-Desktop-App
Stars
34
Open Issues
2
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating