Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete Notes App #388

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Autocomplete Notes App #388

wants to merge 2 commits into from

Conversation

m-vp
Copy link

@m-vp m-vp commented Oct 7, 2024

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
Copy link
Author

m-vp commented Oct 7, 2024

Please Review and Merge
Thank You

Copy link
Owner

@hastagAB hastagAB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants