yW2OO - Data transfer between OpenOffice/LibreOffice and yWriter
yWriter is a free word processor written by Australian author and programmer Simon Haynes. yWriter’s strengths are structuring novels and controlling the progress during the writing process. With this Python script, you can combine the advantages of yWriter 7 with the advantages of OpenOffice/LibreOffice.
Features (a Python 3 installation is required)
- Launch via Windows Explorer context menu. Optionally, use the graphical user interface to select the yWriter project and the export document type.
- Generate a “standard manuscript” formatted ODF text document (ODT) from a yWriter 7 project.
- Load yWriter 7 chapters and scenes into an OpenDocument file with chapter and scene markers for proof reading and writing back.
- Generate a brief synopsis with chapter and scene titles from a yWriter 7 project.
- Generate a character list that can be edited in Office Calc and written back to yWriter format.
- Generate a location list that can be edited in Office Calc and written back to yWriter format.
- Generate an item list that can be edited in Office Calc and written back to yWriter format.
- Generate an OpenDocument text file containing navigable cross references , such as scenes per character, characters per tag, etc.
- Generate a new yWriter 7 project from a work in progress or an outline.
- Update an existing yWriter 7 project with an edited text or spreadsheet document.
- The application is ready for internationalization with GNU gettext. A German localization is provided.
Requirements
Please note:
yW2OO was fundamentally revised.
- If you want to update it from a version less than v3,
first uninstall your current yW2OO installation with its included Uninstall.bat script.
- If you want to update it from version 3.x or 4.x, make sure to create a new shortcut, and re-run the registry files for the explorer context menu after installation.
Download and install
Download the latest release (version 5.7.7)
- Extract the “yw2oo_v5.7.7” folder from the downloaded zipfile “yw2oo_v5.7.7.zip”
- Move into this new folder and open “README.md” for further instructions.
Note for Linux users
Please make sure that your Python3 installation has the tkinter module. On Ubuntu, for example, it is not available out of the box and must be installed via a separate package.
Changelog
Usage
See the instructions for use
Credits
The icons are made using the free Pusab font by Ryoichi Tsunekawa, Flat-it.
License
yW2OO is distributed under the MIT License.
See also
The pywoo extension for OpenOffice
The yw-cnv extension for LibreOffice