Skip to content

Commit 90a0817

Browse files
authored
Update README.md
1 parent e6d6492 commit 90a0817

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
11
# Infinite-Storage-Glitch-Python
22
ISG but in Python
3+
4+
5+
## I made Infinite Storage Glitch (https://github.com/DvorakDwarf/Infinite-Storage-Glitch) but in Python, with a few advantages
6+
7+
### Pros
8+
- Uses a lot (i mean a LOT) less ram, peaking usage at around 300 megabytes or less
9+
- Made in python, meaning that the code is slightly easier to read
10+
### Cons
11+
- Not really that fast (didn't benchmark), you will be waiting around 0:45 to 1:30 hours for a 5 gb file depending on hardware
12+
- Kinda hard to customize, but i have made efforts to make it easier
13+
- No real UI, you need to edit the script to use
14+
15+
16+
- Note: if you want to use it on Windows you need to change the codec from png to something else (don't ask me why ask the opencv devs), but it isn't really the best tactic to do since png is AFAIK the best codec for compression
17+
18+
### More info
19+
20+
- Usage: Scroll down to the bottom of the script, change the path (for Windows: C:\\\path\\\file.file, for Linux: /path/file.file) wait for the program to finish, upload the file somewhere, download it, set the decoder and decode it
21+
22+
23+
- i suggest adding some sort of error correction, since every 800M bytes a bit flips after compression (it is the same stuff with Infinite-Storage-Glitch, especially on windows, and i will soon upload a simple script that adds reed solomon thanks to a library)
24+
25+
26+
- don't worry if the encoding slows down just that teeny tiny fraction of a second after the start since if there is poor cooling that might be the problem
27+
28+
29+
- NOTE: the scripts have a LOT of comments, beware when trying to edit them haha
30+
31+
32+
- you can find the demo right here, https://youtu.be/uksj04I5eWE (warning for people that may be triggered by flashing lights, dont click the link)

0 commit comments

Comments
 (0)