https://github.com/knrt10/asciiconvert
Get ascii art for images from your terminal
https://github.com/knrt10/asciiconvert
Last synced: 3 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T00:47:44.000Z (over 2 years ago)
- Last Synced: 2025-03-24T09:47:07.702Z (4 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 250
- Watchers: 2
- 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
## GIF support

## Contributors
- [@knrt10](https://github.com/knrt10)
- [@S Santosh Nagaraj](https://github.com/yolossn)