Skip to content

FlyAndNotDown/github-avatar-generator

Repository files navigation

GitHub Avatar Generator

Building Status Building Status License

Github avatar generator is a Java application which is used to generate github-style avatars. There is a sample:

Build

Using Gradle to build the application:

./gradlew build

Installing application and dependencies:

./gradlew install

Usage

After built the application, you can execute it like this:

./build/install/gh-avatar-generator/bin/gh-avatar-generator -s amazing_seed -o sample.png

The arguments were specificed as follows:

  • -s: seed string, used to generate random color and block info
  • -o: output file name

Gallery

About

πŸ’• A github-style avatar generator, powered by Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages