https://github.com/codewarnab/whiteboard
simple drawing whiteboard
https://github.com/codewarnab/whiteboard
paint-application python3 tkinter-python whiteboard
Last synced: about 1 month ago
JSON representation
simple drawing whiteboard
- Host: GitHub
- URL: https://github.com/codewarnab/whiteboard
- Owner: codewarnab
- License: mit
- Created: 2023-08-17T11:25:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T09:23:05.000Z (about 2 years ago)
- Last Synced: 2025-06-18T18:04:43.037Z (9 months ago)
- Topics: paint-application, python3, tkinter-python, whiteboard
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# White Board Application
The White Board Application is a simple drawing tool built using the Tkinter library in Python. It allows users to draw lines on a canvas, change the drawing color, toggle a grid for accurate drawing, and even import images onto the canvas. This README provides an overview of the application's features, installation instructions, and usage details.
## Features
- Draw lines on the canvas with various colors and line thickness.
- Toggle a grid for precise drawing and alignment.
- Choose colors from a predefined color palette or enter a custom hex color code.
- Import images onto the canvas and move them around.
- Clear the canvas to start fresh.
## Screenshots

## License
[MIT](https://choosealicense.com/licenses/mit/)
## Authors
- [Arnab Mondal](https://www.github.com/codewarnab)
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Run Locally
Clone the project
```bash
git clone https://github.com/codewarnab/whiteboard.git
```
Go to the project directory
```bash
cd whiteboard
```
Install dependencies
Install required dependencies (ensure you have Python and pip installed):
```bash
pip install tk
```
run the application
```bash
python whiteboard.py
```
## Usage/Examples
1.Launch the application using the installation steps mentioned above.
2.Draw lines on the canvas by clicking and dragging the mouse.
3.Use the color palette to choose drawing colors.
Toggle the grid for precise drawing.
4.Import images to the canvas and arrange them creatively.
5.Adjust line thickness using the slider.
6.Use the eraser tool to correct or clear sections.
7.Close the application window to exit.