https://github.com/stevemats/offlinewhiteboard
Free offline whiteboard built in Python.
https://github.com/stevemats/offlinewhiteboard
offline-whiteboard python tkinter tkinter-python whiteboard
Last synced: about 1 year ago
JSON representation
Free offline whiteboard built in Python.
- Host: GitHub
- URL: https://github.com/stevemats/offlinewhiteboard
- Owner: stevemats
- Created: 2022-10-21T12:11:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T12:27:16.000Z (over 3 years ago)
- Last Synced: 2025-01-06T10:13:36.671Z (about 1 year ago)
- Topics: offline-whiteboard, python, tkinter, tkinter-python, whiteboard
- Language: Python
- Homepage:
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Offline White Board
A simple python project using [tkinter](https://docs.python.org/3/library/tkinter.html) which you can engage your young ones to work on as a weekend project by going an extra mile and adding more features and even maybe compiling it to share with friends.
___
___

Nice and simple references: [tkinter main manual](https://docs.python.org/3/library/tkinter.html) also [anzeljg pdf tkinter ref](https://anzeljg.github.io/rin2/book2/2405/docs/tkinter/tkinter.pdf).
## How to run the project
```$> git clone https://github.com/stevemats/OfflineWhiteBoard```
```$> cd OfflineWhiteBoard```
```$> py board.py```