Awesome-Python-Scripts
Awesome-Python-Scripts copied to clipboard
Autocomplete Notes App
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
.txtfile. - Dynamic Sizing: The app window resizes based on user actions.
Please Review and Merge Thank You