Skip to content

diversifiedplayz/CodeCompress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Code Compressor

This python script allows you to compress lines of Code into one, which is useful for generators of sorts
codeCompress
eg :

Hello World this is first line
this is the "second" line of code

the above text gets converted to

Hello World this is first line\nthis is the \"second\" line of code

Installation

Download Latest Release: https://github.com/diversifiedplayz/codeCompress/releases/tag/v1.0.0

Dependencies

Running the Program

  1. Open your computers terminal
  2. type python3 then drag the downloaded main.py file in the terminal
  3. the terminal should look like this python3 path/to/downloaded/file, hit enter
  4. it should open a UI, paste your code, press compress, then copy the required code

Follow on bird app (https://twitter.com/DiversifiedPla1)

YES GO FOLLOW