Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomodachi94/genrenames.py
Create a `renames.txt` file from a tilesheet dump for `ftb-rs`.
https://github.com/tomodachi94/genrenames.py
ftb-wiki python-script
Last synced: about 2 months ago
JSON representation
Create a `renames.txt` file from a tilesheet dump for `ftb-rs`.
- Host: GitHub
- URL: https://github.com/tomodachi94/genrenames.py
- Owner: tomodachi94
- License: mit
- Created: 2022-07-23T17:50:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T08:05:02.000Z (2 months ago)
- Last Synced: 2024-11-06T09:18:11.755Z (2 months ago)
- Topics: ftb-wiki, python-script
- Language: Python
- Homepage:
- Size: 69.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# genrenames.py
This is a script/library to generate a `renames.txt` file for [ftb-rs's tilesheet uploading function](https://github.com/FTB-Gamepedia/ftb-rs/), but in Python.
For help, execute `genrenames --help` or `man genrenames` (assuming you installed the man page).
## Installation
See [INSTALL.md](./INSTALL.md).
## Prior ~~art~~ scripts
- SizableShrimp's `genrenames.bat`, for Windows machines. A copy is in the `external/genrenames.bat` file for posterity.
- SizableShrimp's `genrenames.bash`, for Linux and other OSes which support Bash. A copy is in the `external/genrenames.bash` file for posterity.