Go to file
2024-04-22 20:27:33 +08:00
.github/workflows added list pokemon names and forms 2024-04-20 02:39:34 +08:00
build updated README 2024-04-22 20:27:33 +08:00
colorscripts rewriting arg parser 2024-04-02 15:03:38 +08:00
img updated README 2024-04-22 20:27:33 +08:00
src i hate ansi escape codes 2024-04-22 16:42:01 +08:00
.gitignore debian build 2024-03-25 03:28:53 +08:00
Cargo.lock bump zip crate to 1.1.1 2024-04-22 18:11:08 +08:00
Cargo.toml bump zip crate to 1.1.1 2024-04-22 18:11:08 +08:00
install.sh updated README 2024-04-22 20:27:33 +08:00
pokemon.json added list pokemon names and forms 2024-04-20 02:39:34 +08:00
README.md updated README 2024-04-22 20:27:33 +08:00

Rustmon

A feature-rich, versatile colorscript printer written in Rust.

Inspired by phoneybadger's pokemon-colorscripts.

Performance

This is written in Rust, while the original is written in Python.
This implementation is up to 10 times faster than the original.
(Sixteen times the detail)

This is the Rust implementation: rust implementation

This is the Python implementation: python implementation

Features

Printing

  • Print a colorscript of a Pokemon.
  • Print a chungus colorscript of a Pokemon.
  • Specify your custom shiny rate.
  • Specify the colorscript by Pokemon name.
  • Specify the colorscript by Pokedex ID.
  • Print multiple colorscripts at once in a row.
  • Print different colorscript forms of a Pokemon.

Fetching

  • Fetch the colorscript of a Pokemon from the internet.
  • Extract to a custom location for your own use.

Coming soon

  • Pokemonsay, inspired by cowsay. Will be accessible by the subcommand say.

Credits

  • phoneybadger for the original colorscripts and inspiration.
  • talwat for Rust code reference. (fast af implementation at ~1ms)
  • msikma for the colorscripts' sprites.