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 with GUI #387

Open
m-vp opened this issue Oct 3, 2024 · 2 comments
Open

Autocomplete Notes App with GUI #387

m-vp opened this issue Oct 3, 2024 · 2 comments

Comments

@m-vp
Copy link

m-vp commented Oct 3, 2024

The Autocomplete Notes App is a Python-based GUI application built using the Tkinter library. It simplifies note-taking by offering an autocomplete feature. As the user types in the main text box, the app suggests matching words from a predefined word list (wordlist.txt) in a smaller display box. When the Tab key is pressed, the suggested word is automatically inserted into the main text box, making the process of entering frequently used words or commands faster and more efficient. The application also allows users to save their notes with a custom filename.

The use of Tkinter enables a simple and user-friendly interface that makes the app intuitive to use, while the built-in functionality provides an enhanced note-taking experience.

@m-vp
Copy link
Author

m-vp commented Oct 3, 2024

Hey @hastagAB
please add the hacktoberfest-accepted label
and assign it to me.

@m-vp
Copy link
Author

m-vp commented Oct 7, 2024

hey @hastagAB can u review and merge it

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

No branches or pull requests

2 participants