Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 619 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 619 Bytes

genrenames.py

This is a script/library to generate a renames.txt file for ftb-rs's tilesheet uploading function, but in Python.

For help, execute genrenames --help or man genrenames (assuming you installed the man page).

Installation

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