This is a simple paint clone application built using PyQt5. The application allows users to draw on a canvas with different brush sizes and colors. Users can also save their drawings and clear the canvas.
- User can select different brush sizes
- User can select different brush colors
- Saving of the canvas
- Clearing the whole canvas at once
- Python 3.x
- PyQt5
- Clone the repository: git clone https://github.com/genan2003/PaintClone.git
- Install the required packages: pip install -r requirements.txt
- Run the application: python paint.py
- Select the brush size and color from the menu bar.
- Draw on the canvas by clicking and dragging the mouse.
- Save the canvas by selecting “Save” from the file menu.
- Clear the canvas by selecting “Clear” from the file menu.
This application was built using the following resources:
PyQt5 Documentation https://doc.qt.io/qtforpython-6/