Skip to content

ClippingCove: a simple note-taking application built with Tkinter and SQLite.

License

Notifications You must be signed in to change notification settings

Domqwerty/ClippingCove_SQL_Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClippingCove is a note-taking application built using Python and the Tkinter GUI toolkit. It allows users to create, search, modify, and delete notes, which are stored in a SQLite database.

Features

  • Create new notes
  • Search notes by keyword
  • Modify existing notes
  • Delete notes

ClippingCove -list-

ClippingCove -add_note-

ClippingCove -search-

ClippingCove -del-

ClippingCove -quit-

Dependencies

  • Python 3.x
  • Tkinter
  • SQLite3

Installation

Usage

  • Launch the application by running python ClippingCove.py.
  • Click on the "New Note" button to create a new note.
  • Enter the note's title and content in the corresponding fields.
  • Click on the "Save" button to save the note.
  • To search for a note, enter a keyword in the search field and click on the "Search" button.
  • To modify or delete a note, select it from the list by title and click on the corresponding button.

##Credits This application was created by Domenico as a personal project.

##License This project is licensed under the MIT License.

About

ClippingCove: a simple note-taking application built with Tkinter and SQLite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages