项目作者: Faeq-F

项目描述 :
A ASCII art viewer that can also compress the files using Run Length Encoding
高级语言: Python
项目地址: git://github.com/Faeq-F/ASCII-art-viewer.git
创建时间: 2021-03-25T17:01:46Z
项目社区:https://github.com/Faeq-F/ASCII-art-viewer

开源协议:

下载


ASCII-art-viewer

An ASCII art viewer that can also compress files using Run Length Encoding

The program was intended to run on windows 10, but it can run on other operating systems

Instructions:

  1. Run the application using the python or exe file
  2. Select the option you wish to use in the menu
  3. When exiting the application, use the exit button in the menu to ensure data isn’t lost during closure

When entering the RLE data, use the Run Length Encoding format so that the sequential characters are represented by 3 characters each;


The first two digits are how many times the character is repeated, and the last is the character that is repeated



e.g., 09g = ggggggggg



e.g., 08612402d = 666666444444444444dd

Screenshots:

HomePage
LoadArtPage
ArtPage
EnterRlePage