Wyliemaster / GD-Save-Decryptor

Python program that decrypts Geometry Dash Save files
MIT License
5 stars 1 forks source link

I'm confused #3

Open UltimateGamerCJ opened 1 year ago

UltimateGamerCJ commented 1 year ago

I don't understand how to use this

Wyliemaster commented 1 year ago

the README should be simple enough

You download saves.py and then you can import it into your own project

# Main.py - Your project
from saves import decrypt_save

save = decrypt_save("Path/To/The/Save/File")