Skip to content

thepogsupreme/trippage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Trippage is a CLI random image generator ran as an asynchronous interactive shell.

Getting started

Prerequisites

  • Rust

Ideally, you'd use your package manager, but if that is not an option you can install Rust universally.

  1. Install rustup via curl.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Use rustup to install Rust.
rustup init

Installation

After Rust has been installed, we can use cargo to install Trippage through git.

cargo install --git https://codeberg.org/mattheus/trippage

Usage

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

Screenshots

Example

Example

Contributing

Follow these steps for optimal contribution. Kontriboot

See AUTHORS.md for a list of contributors.

License

Licensed under the EUPL-1.2 or later. See LICENSE.md for information.