Awesome-Python-Scripts icon indicating copy to clipboard operation
Awesome-Python-Scripts copied to clipboard

Autocomplete Notes App

Open m-vp opened this issue 1 year ago • 1 comments

Autocomplete Notes App(#387 )

The Autocomplete Notes App is a simple graphical user interface (GUI) application that allows users to take notes efficiently. It features an autocomplete functionality, where suggestions for completing words are displayed as the user types. This app is built using Python and the Tkinter library for the GUI, with the addition of word suggestions from a predefined word list.

Features

  • Text Input: A large text area for users to enter notes.
  • Autocomplete: As users type, a suggestion box displays the full word based on the entered text.
  • Tab Functionality: Users can press the Tab key to automatically fill in the suggested word into the text area.
  • Save Notes: Users can choose a filename to save their notes to a .txt file.
  • Dynamic Sizing: The app window resizes based on user actions.

m-vp avatar Oct 07 '24 03:10 m-vp

Please Review and Merge Thank You

m-vp avatar Oct 07 '24 03:10 m-vp