Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
debghs committed Jul 25, 2024
2 parents 70c4e6b + af46f67 commit d6886fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ whiteboard is a simple drawing application built using Tkinter in Python. It all
- Saving and loading drawings in pickle format
- Inserting text inside dynamically shaped custom textboxes
- Taking notes alongside drawings
- Zoom In and Out while drawing
- Infinitely scrollable canvas

## File Structure
The project is structured into three main files:
Expand Down Expand Up @@ -49,8 +51,13 @@ The project is structured into three main files:
- The text would have the color the ink had previously.
- To choose the font size of the text input, adjust the "Font Size:" before inserting the text.
- Take notes alongside drawings by clicking the "Notes" button.
- Press ```Ctrl-Shift-+``` to Zoom In and ```Ctrl-Shift-*``` to Zoom Out.
- Use the sliders to navigate across the canvas.
- Press the "Home" button to return to the original camvas coordinates(in case you get lost).

## Note
There are some bugs in this version:
- The saved pickle files lose all the data when reopened using the app.(FIXED)
- The text insertion probably needs some tuning.
- The home button is glitching.
- The zoom is interfering with the textbox pop-up dimensions, i believe.

0 comments on commit d6886fa

Please sign in to comment.