Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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.

License

NotificationsYou must be signed in to change notification settings

BEPb/image_to_ascii

Repository files navigation

Converting an image to a .txt file

Read in other languages:Русский,हिन्दी,中國人,Português

How it works?

Everything is very simple: you either download a picture file or specify its link when running a python script, andoutput you get a text file, and you can immediately view on the command line how it will lookthe result of your conversion.

Procedure for preparing and working with the bot

  • Clone the repository or download the archive from github or using the following commands on the command line

    $ cmd$ git clone https://github.com/BEPb/image_to_ascii$ cd image_to_ascii

Applying the repository

  • Install dependencies from a file, for this, enter the following code in the command line:
$ pip3 install -r requirements.txt
  • general form of program launch:
$ python3 img_to_txt_rus.py [file/url] [size]
  • arguments:
[file/url]: Local file path or online image URL.[size]: The width of the output txt imagein characters - an integer, The larger the size, the clearer the picture.

Example

$ python3 img_to_txt.py https://i.postimg.cc/t4Cmn7wC/py.png

By executing this command, you will get a file in the current 'texts' folder namedout.txt and you will see the output of the line in the console:

Bot logo

Bot logo

Video to Text Converter

The principle is similar, except that the resulting text file does not exist.

cd C:\Users\root\PycharmProjects\image_to_ascii python video_to_txt.py animations\filin.gif 150

Bot logo

Bot logo

License

MIT licence

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp