Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Paint Clone with PyQt5

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.

Features

  • User can select different brush sizes
  • User can select different brush colors
  • Saving of the canvas
  • Clearing the whole canvas at once

Requirements

  1. Python 3.x
  2. PyQt5

Installation

  1. Clone the repository: git clone https://github.com/genan2003/PaintClone.git
  2. Install the required packages: pip install -r requirements.txt
  3. Run the application: python paint.py

Usage

  • 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.

Credits

This application was built using the following resources:
PyQt5 Documentation https://doc.qt.io/qtforpython-6/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages