Skip to content

A ASCII art viewer that can also compress the files using Run Length Encoding. Written in Python using Tkinter.

Notifications You must be signed in to change notification settings

Faeq-F/ASCII-art-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Languages