https://github.com/peter88213/yw2xtg
XPress tagged text export from yWriter projects
https://github.com/peter88213/yw2xtg
Last synced: 8 days ago
JSON representation
XPress tagged text export from yWriter projects
- Host: GitHub
- URL: https://github.com/peter88213/yw2xtg
- Owner: peter88213
- License: mit
- Created: 2021-07-05T13:04:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T11:00:30.000Z (about 1 year ago)
- Last Synced: 2024-03-26T12:25:37.817Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yw2xtg - XPress tagged text export from yWriter projects
For more information, see the [project homepage](https://peter88213.github.io/yw2xtg) with description and download instructions.
## Development
*yw2xtg* is organized as an Eclipse PyDev project. The official release branch on GitHub is *main*.
*yw2xtg* depends on the [pywriter](https://github.com/peter88213/PyWriter) library which must be present in your file system. It is organized as an Eclipse PyDev project. The official release branch on GitHub is *main*.
### Mandatory directory structure for building the application script
```
.
├── PyWriter/
│ └── src/
│ └── pywriter/
└── yw2xtg/
├── src/
├── test/
└── tools/
└── build.xml
```### Conventions
See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md
## Development tools
- [Python](https://python.org) version 3.10.
- [Eclipse IDE](https://eclipse.org) with [PyDev](https://pydev.org) and *EGit*.
- *Apache Ant* is used for building the application.## Credits
- The icons are made using the free *Pusab* font by Ryoichi Tsunekawa, [Flat-it](http://flat-it.com/).
- User *Hunter_71* presented the number to English conversion algorithm on [stack overflow](https://stackoverflow.com/a/51849443).
- User *Aristide* presented the integer to roman numeral conversion on [stack overflow](https://stackoverflow.com/a/47713392).## License
yw2xtg is distributed under the [MIT
License](http://www.opensource.org/licenses/mit-license.php).