You are browsing as a guest. Sign up (or log in) to start making projects!

Text Fill

  • 1 Devlogs
  • 3 Total hours

I am building a Python tool that will auto fill certain words to make things faster.

Open comments for this post

2h 35m 17s logged

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!

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!

Replying to @StarCoder

0
36

Followers

Loading…