https://github.com/valerierossdev/grimmsgui2word
Generate by GUI a Word document (.docx) with the Grimm Brothers' fairy tale of your choice.
https://github.com/valerierossdev/grimmsgui2word
apache docx fairy javafx poi tale word
Last synced: 27 days ago
JSON representation
Generate by GUI a Word document (.docx) with the Grimm Brothers' fairy tale of your choice.
- Host: GitHub
- URL: https://github.com/valerierossdev/grimmsgui2word
- Owner: ValerieRossDEV
- Created: 2022-10-03T11:00:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T06:49:43.000Z (over 3 years ago)
- Last Synced: 2025-03-18T13:22:04.530Z (about 1 year ago)
- Topics: apache, docx, fairy, javafx, poi, tale, word
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GrimmsGUI2Word
**What is this project about?**
Select in the GUI the text of the popular Grimm Brothers' fairy tale you want generated. Once selected, the program will create and open a new word document (.docx) in your local folder with the selected fairy tale. You can find the document under **your local directory/FairyTale.docx**.
**How to use?**
Clone this repo and run the program.
**To consider**
With every new selection the generated document will be overwritten. If you want to save the document for further use, save it manually in another folder location.
**Credits** for the fairy tale inputs:
[D. L. Ashliman, 1998 - 2020](https://sites.pitt.edu/~dash/grimmtales.html).
Project implemented with Apache POI & JavaFX libraries.