Text Fill
- 1 Devlogs
- 3 Total hours
I am building a Python tool that will auto fill certain words to make things faster.
I am building a Python tool that will auto fill certain words to make things faster.
Made using Python
I am making a text shortcut fill tool where users can set shortcuts which will automatically fill in when typed. This is for the Frictionless mission.
Ex: user sets shortcut ‘/email’ with the value ‘example@gmail.com’. With this set, while the code is running in the background, if they type ‘/email’, then it will automatically fill in to ‘example@gmail.com’.
I am using this project as an opportunity to get better at Python, as I am still a beginner, and am wanting to learn more.
I have also made a GitHub repository, where the latest code has been published.
If you have any feedback or suggestions please let me know so I can improve.
Thanks for reading!