Skip to content

ashot-gimishyan/ColorFlow-Studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ColorFlow-Studio

ColorFlow-Studio is a drawing application built using Python and the Tkinter library. With ColorFlow-Studio users can create drawings and simple graphics with ease.

Features

  • Choose your drawing color
  • Adjust the pen's thickness
  • Freehand drawing
  • Clear the canvas

Getting Started

To run the application, you'll need Python installed on your machine.

  1. Clone this repository:
git clone https://github.com/ashot-gimishyan/ColorFlow-Studio.git
  1. Navigate to the project directory:
cd ColorFlow-Studio
  1. Run the application:
python3 colorflow.py

Usage

  • Choose a color from the color picker.
  • Adjust the pen's thickness using the slider.
  • Click and drag to draw on the canvas.
  • Release the mouse button to stop drawing.
  • Click the "Clear" button to clear the canvas.

Contributing

Contributions are welcome! If you have any improvements or new features you'd like to add, feel free to fork the repository and submit a pull request.