Welcome to Ink Canvas - a Python project that provides a simple whiteboard application built using Tkinter. This application allows users to draw, write, and annotate freely on a canvas using various tools provided.
-
Color Selection: Choose from a wide range of colors to make your drawings vibrant and expressive.
-
Clear Canvas: Clear the canvas to start fresh whenever needed.
-
Customizable Canvas Size: Adjust the canvas size according to your preference.
-
Python: The core language used for building the application.
-
Tkinter: Python's standard GUI (Graphical User Interface) toolkit used for creating the whiteboard interface.
-
Clone the Repository: Clone this repository to your local machine using
git clone
.git clone https://github.com/yourusername/ink-canvas.git
-
Install Dependencies: Ensure you have Python installed on your system. Tkinter is typically included with Python installations, so no additional dependencies are required.
-
Install Python: If you don't have Python installed on your system, you can download and install it from the official Python website.
-
Install Tkinter: You can install Tkinter using pip by running the following command:
pip install tk
Note: Depending on your system configuration, you may need to use
pip3
instead ofpip
to install packages for Python 3. -
-
Run the Application: Navigate to the project directory and execute the main Python script.
cd ink-canvas python ink_canvas.py
-
Start Drawing: Once the application is launched, you can start drawing, writing, or using any other tool provided.
Japneet Kaur |