Text Fill
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 ‘[email protected]’. With this set, while the code is running in the background, if they type ‘/email’, then it will automatically fill in to ‘[email protected]’.
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.
What I already have
- Menu Manager
- Add Shortcuts
- Remove Shortcuts
- Modify Shortcuts
- Clear Shortcuts
- Show Shortcuts
- Basic save/load system using JSON file stored locally
- The actual text fill functionality
What I plan to add
- Settings (A place where users can define certain values like filling speed, fill delay, etc.)
- UI (I want this to have UI, and I might even try to make a website)
If you have any feedback or suggestions please let me know so I can improve.
Thanks for reading!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.