An open API service indexing awesome lists of open source software.

https://github.com/cartel-developer/avatar

a bash file with wich you can create a colored avatar.
https://github.com/cartel-developer/avatar

avatar avatar-generation avatar-maker avatars avatarview bash bash-script

Last synced: about 2 months ago
JSON representation

a bash file with wich you can create a colored avatar.

Awesome Lists containing this project

README

          

# Avatar Maker

## Usage :

```sh
$ git clone https://github.com/cartel-developer/avatar.git
$ cd avatar
$ bash avatar.sh [COLOR WITHOUT #]

```

## Example :

```sh

# Purple
$ bash avatar.sh 001BB7

# black
$ bash avatar.sh 000000

# gray
$ bash avatar.sh 555555
```

## Image :
![Logo](Assets/Screenshot/Screenshot_1.png)
![Logo](Assets/Screenshot/Screenshot_2.png)