An open API service indexing awesome lists of open source software.

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.

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.