Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cabreraalex/hashicon
Create minimalistic icons (Similar to those found on GitHub) from a string.
https://github.com/cabreraalex/hashicon
Last synced: about 1 month ago
JSON representation
Create minimalistic icons (Similar to those found on GitHub) from a string.
- Host: GitHub
- URL: https://github.com/cabreraalex/hashicon
- Owner: cabreraalex
- License: mit
- Created: 2015-06-09T22:46:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T00:46:00.000Z (over 9 years ago)
- Last Synced: 2024-10-03T03:28:58.051Z (about 2 months ago)
- Language: Python
- Size: 172 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hashicon
Create minimalistic icons (Similar to those found on GitHub) from a string.
## Usage
```
usage: hashicon.py [-h] [-s] [-e [{png,jpg,jpeg,gif}]] [string [string ...]]Create minimalistic icons from a string.
positional arguments:
string string to make icon from, image saved by default as
pngoptional arguments:
-h, --help show this help message and exit
-s, --show show the image with xv instead of saving it
-e [{png,jpg,jpeg,gif}], --extension [{png,jpg,jpeg,gif}]
save icon as different file format, default is PNG
```## Examples
### Alex Cabrera
![Alex Cabrera](Alex\ Cabrera.png)
### GitHub
![GitHub](GitHub.png)
## Install
`sudo pip3 install hashicon`