Trippage is a CLI random image generator ran as an asynchronous interactive shell.
- Rust
Ideally, you'd use your package manager, but if that is not an option you can install Rust universally.
- Install
rustup
viacurl
.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Use
rustup
to install Rust.
rustup init
After Rust has been installed, we can use cargo
to install Trippage through git
.
cargo install --git https://codeberg.org/mattheus/trippage
generate
creates an image randomly.seed
takes in a string of characters and generates an image using them.export
saves the image as a PNG.
Follow these steps for optimal contribution.
See AUTHORS.md
for a list of contributors.
Licensed under the EUPL-1.2 or later. See LICENSE.md
for information.