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
rustupviacurl.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Use
rustupto install Rust.
rustup initAfter Rust has been installed, we can use cargo to install Trippage through git.
cargo install --git https://codeberg.org/mattheus/trippage
generatecreates an image randomly.seedtakes in a string of characters and generates an image using them.exportsaves 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.
