An open API service indexing awesome lists of open source software.

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.

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.
___
___
![offline white board](https://user-images.githubusercontent.com/30528167/197192794-75cd8f2c-5d16-40b0-ac0d-4867f6e48ae2.PNG)

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```