Skip to content

Ink Canvas provides a simple whiteboard application built using Tkinter. It allows users to draw, write, and annotate freely on a canvas using various tools provided.

Notifications You must be signed in to change notification settings

Japneet001/Ink-Canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨Ink Canvas🎨

Table of Contents🧾

Introduction 🚀

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

Features ✨

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

Technology Used 💻

  • Python: The core language used for building the application.

  • Tkinter: Python's standard GUI (Graphical User Interface) toolkit used for creating the whiteboard interface.

Getting Started 🛠️

  1. Clone the Repository: Clone this repository to your local machine using git clone.

    git clone https://github.com/yourusername/ink-canvas.git
  2. 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 of pip to install packages for Python 3.

  3. Run the Application: Navigate to the project directory and execute the main Python script.

    cd ink-canvas
    python ink_canvas.py
  4. Start Drawing: Once the application is launched, you can start drawing, writing, or using any other tool provided.

Project Admin 👨‍💼

Japneet Kaur

Japneet Kaur

About

Ink Canvas provides a simple whiteboard application built using Tkinter. It allows users to draw, write, and annotate freely on a canvas using various tools provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages