Infinite Canvas is an application which represents text files in a 2-Dimensional canvas.
Files are represented as "Cards"
Coded purely in python utilizing the standard tkinter toolkit.
- Scrolling: Scroll infinitely in any direction. Press
spaceto return to the center - Creation of Cards: Press
enterwhile hovering over the canvas to create a new card. - Card Flipping: Right click a card to flip it!
- Editing the cards: Press
enterwhile hovering over a card to open it's text file and write to it. - Configuring: Press
controlwhile hovering over a card to configure it's properties, like size, color, and font. Press control while hovering over the canvas to change the appearance
python3 canvas.py
- Fredrik Lundh - Created the SimpleDialog script which is used.
- Nordine Lofti - Original idea for the Infinite canvas.
- Thingamabobs - Implementation of the Invinite Canvas, which I've simply adapted