- Project Started: May 2024
- License: LICENSE
A Java Swing desktop app that can manually and automatically edit text, and also provides grammar checking and spelling correction.
- Manual Text Editing:
- Case converter
- Space remover
- Alphabetizer
- Bullet editor
- Automatic Text Editing:
- Continuously checks clipboard for copied/cut text (every 500ms).
- Formats text in the background.
- Edited text is available on paste.
- Grammar and Spelling Correction:
- Powered by the LanguageTool API.
- Signing the exe file to recognize as a safe application
- Bug Fixing
- Adding a database to apply history feature
- Language: Java
- Framework: Swing (for GUI)
- Libraries:
- LanguageTool API (for grammar and spelling)
- Build Tool: Maven
├── LICENSE
├── pom.xml
├── README.md
├── config/
└── src/
├── main/
│ ├── java/
│ └── resources/
└── test/
└── java/
- download and run the setup file from the releases tab.
- It will display a lot of caution and warning messages because i don't know for the life of me how to make the program to be recognized as a safe application (sorry i'm a noob at deploying apps) but just click the "keep anyway" button or anything else to continue downloading the file. Then when the file is downloaded, you can run the installer, it will ask for admin priviledges to run the file(because it will place the program on the Program Files folder of your pc, it needs permission to do that), then windows defender thing will pop up, saying it's not a safe file or something, just click "More info" and continue the application installment. Go through the installer and after that, the program should be installed on your end.
Developers:
Front-end Designers:
Documentation:
© 2025 Aron-Arboleda. All rights reserved.






