Skip to content

zan-keith/How-To-Make-An-Auto-Completion-Program-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How-To-Make-An-Auto-Completion-Program-In-Python

Create An Auto-Completion Program Written Entirely In python.

Lately, I’ve been into writing an epic fantasy novel to take a break from programming. I found a good editor program with good features. But after some time I found problems with the program. I found it hard to write because the program had no autocompletion. Being a user of sublime editor the problem was worse as it had an autocompletion when coding.

That triggered an idea for a new project in python. I knew that my Smart edit(The program I used for writing) was really good except for this little problem. So I decided to make my code work as an extension for it. I wanted It to work for every other text editor program like notepad,notepad++, etc.

Before starting you have to install some libraries :

pip install keyboard
# For More Info :https://pypi.org/project/keyboard/
pip install numpy
# For More Info :https://numpy.org/doc/
pip install pandas
# For More Info :https://pandas.pydata.org/docs/
pip install win10toast
# For More Info :https://pypi.org/project/win10toast/

Autocompleter in Python

We will use:
Keyboard to Get Inputs from the keyboard.
Numpy to make an array .
Pandas to get key abbrevations dataset .
Win 10 toast to make toasts in the screen.


I hope that you enjoyed the project, for more projects please follow me on Medium and Github.

About

Create An Auto-Completion Program Written Entirely In python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages