Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knrt10/asciiconvert
Get ascii art for images from your terminal
https://github.com/knrt10/asciiconvert
Last synced: about 7 hours ago
JSON representation
Get ascii art for images from your terminal
- Host: GitHub
- URL: https://github.com/knrt10/asciiconvert
- Owner: knrt10
- License: mit
- Created: 2018-09-05T19:59:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T00:47:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T14:09:20.997Z (7 days ago)
- Language: Go
- Size: 14.6 KB
- Stars: 250
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
> Convert images to ascii art using your command line. This was just me getting some start on writing some Go-Code.
## Installation
```
go get github.com/knrt10/asciiConvert
```## Features
- Get images ascii Art
- GIF support## Usage
`asciiConvert --help`
```
Usage:
asciiConvert [flags]Flags:
-h, --help help for asciiArt
-p, --path string path of your file for which you want to convert ASCII Art
-w, --width int width of final file (default 100)
```## Command
```
asciiConvert -p "path to file" // this will print with width 100or
asciiConvert -p "path to file" -w 150
```## Preview
![preview](https://user-images.githubusercontent.com/24803604/45258693-a4dca980-b3d9-11e8-9935-aa33646a16e6.gif)## GIF support
![preview](https://user-images.githubusercontent.com/22731013/67517637-a1c97900-f6c0-11e9-8da7-c5cf93261b44.gif)
## Contributors
- [@knrt10](https://github.com/knrt10)
- [@S Santosh Nagaraj](https://github.com/yolossn)