For more information, see the project homepage with description and download instructions.
yw2xtg is organized as an Eclipse PyDev project. The official release branch on GitHub is main.
yw2xtg depends on the 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.
.
├── PyWriter/
│ └── src/
│ └── pywriter/
└── yw2xtg/
├── src/
├── test/
└── tools/
└── build.xml
See https://github.com/peter88213/PyWriter/blob/main/docs/conventions.md
- Python version 3.10.
- Eclipse IDE with PyDev and EGit.
- Apache Ant is used for building the application.
- The icons are made using the free Pusab font by Ryoichi Tsunekawa, Flat-it.
- User Hunter_71 presented the number to English conversion algorithm on stack overflow.
- User Aristide presented the integer to roman numeral conversion on stack overflow.
yw2xtg is distributed under the MIT License.