Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bepb/image_to_ascii
Everything is very simple: you either download a picture file or specify its link when running a python script, and output you get a text file, and you can immediately view on the command line how it will look the result of your conversion.
https://github.com/bepb/image_to_ascii
cmd cmdline conversion convert converter gif-to-ascii image-to image-to-text py python python3 script video-to-text
Last synced: about 1 month ago
JSON representation
Everything is very simple: you either download a picture file or specify its link when running a python script, and output you get a text file, and you can immediately view on the command line how it will look the result of your conversion.
- Host: GitHub
- URL: https://github.com/bepb/image_to_ascii
- Owner: BEPb
- License: mit
- Created: 2023-02-11T18:51:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T18:09:23.000Z (over 1 year ago)
- Last Synced: 2024-10-07T22:51:53.102Z (about 1 month ago)
- Topics: cmd, cmdline, conversion, convert, converter, gif-to-ascii, image-to, image-to-text, py, python, python3, script, video-to-text
- Language: Python
- Homepage:
- Size: 1.68 MB
- Stars: 68
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.chinese.md
- License: LICENSE
Awesome Lists containing this project
README
# 将图像转换为 .txt 文件
Read in other languages: [English](README.md), [हिन्दी](README.hindi.md), [Português](README.portuguese.md), [Русский](README.ru.md)## 怎么运行的?
一切都很简单:你要么下载一个图片文件,要么在运行 python 脚本时指定它的链接,然后
输出你得到一个文本文件,你可以立即在命令行上查看它的外观
你转换的结果。## 准备和使用机器人的程序
* 克隆存储库或从 github 下载存档或在命令行上使用以下命令
```commandline
$ cmd
$ git clone https://github.com/BEPb/image_to_ascii
$ cd image_to_ascii
```### 应用存储库
* 从文件安装依赖项,为此,在命令行中输入以下代码:```shell
$ pip3 install -r requirements.txt
````* 程序启动的一般形式:
```shell
$ python3 img_to_txt_rus.py [file/url] [size]
```*参数:
```shell
[file/url]:本地文件路径或在线图片URL。
[size]:输出txt图片的字符宽度——整数,size越大图片越清晰。
```### 例子
```shell
$ python3 img_to_txt.py https://i.postimg.cc/t4Cmn7wC/py.png
```
通过执行此命令,您将在当前“文本”文件夹中获得一个名为“out.txt”的文件,您将在控制台中看到该行的输出:## 视频到文本转换器
原理类似,只是生成的文本文件不存在。```commandline
cd C:\Users\root\PycharmProjects\image_to_ascii
python video_to_txt.py animations\filin.gif 150
```### License
[MIT licence](LICENSE)