Skip to content

This is a simple notebook app that allows users to save and view their notes. The GUI is created using the Tkinter library in Python and consists of a Text widget where the notes can be written, and a Save button. The notes are saved to a file called scribbles.txt, which can be viewed after the program is restarted.

Notifications You must be signed in to change notification settings

therealnaail/Scribblespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scribblespace

Scribblespace is a user-friendly notebook application that enables users to conveniently save and access their notes. The graphical user interface (GUI) is built using the Tkinter library in Python and features a Text widget to input and view notes, as well as a Save button for saving notes. The notes are stored in a file named "scribbles.txt" which can be easily retrieved even after restarting the program.

© 2023 therealnaail. All rights reserved

About

This is a simple notebook app that allows users to save and view their notes. The GUI is created using the Tkinter library in Python and consists of a Text widget where the notes can be written, and a Save button. The notes are saved to a file called scribbles.txt, which can be viewed after the program is restarted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages