Skip to content

niklaskariniemi/module5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Using RLE compression and decompression the program takes a string and either compresses or decompresses it. The programs knows which one to do based on if the string has .rle or not. If it has .rle it will compress the string and if it doesn't it will decompress the string.

The program uses argv so to use it you need to include the string after you the call the program. An example would be python3 rle.py string.rle. That is what you would enter if using the program in linux.

People looking to help with the project can leave suggestions/edits in the contribute file located in the repository.

Niklas Kariniemi maintains the project. You can email him at niklas@example.com with any questions or suggestions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published