Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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`.

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.