Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tehmaze/artcat
A cat(1) like utility for text mode art
https://github.com/tehmaze/artcat
Last synced: 9 days ago
JSON representation
A cat(1) like utility for text mode art
- Host: GitHub
- URL: https://github.com/tehmaze/artcat
- Owner: tehmaze
- License: mit
- Created: 2014-10-13T08:29:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T15:38:36.000Z (about 3 years ago)
- Last Synced: 2024-05-01T20:37:55.741Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artcat
A cat(1) like utility for text mode art.
## Installation
You can use either `pip` or `easy_install`:
$ pip install artcat
## Upgrading from a previous release
You can use either `pip` or `easy_install`:
$ pip install -U artcat
## Usage
Artcat will inspect your current locale settings to autodetect the target
output encoding. If no suitable encoding can be detected, UTF-8 output is
assumed.usage: artcat [-h] [-s SOURCE_ENCODING] [-t TARGET_ENCODING] [-o OUTPUT]
[filename [filename ...]]positional arguments:
filenameoptional arguments:
-h, --help show this help message and exit
-s SOURCE_ENCODING, --source-encoding SOURCE_ENCODING
source encoding (default: cp437)
-t TARGET_ENCODING, --target-encoding TARGET_ENCODING
target encoding (default: autodetect)
-o OUTPUT, --output OUTPUT
output (default: STDOUT)## Bugs/Features
Please use the [GitHub issue tracker](https://github.com/tehmaze/artcat/issues).