Skip to content

A series of python tools to decode, modify, and reencode DSA blueprints

License

Notifications You must be signed in to change notification settings

Dan-megabyte/dsabppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA-blueprints-modifier

A series of python tools to decode, modify, and reencode Deep Space Airships blueprints

Ever wanted to modify/create programaticaly a blueprint? Well, now you can with this repo

contributions are welcome

Usage

from dsabppy.dsabppy import encodeList, decodeString

blueprintString = encodeList(["listed data"])

print("DSA:"+blueprintString) # output: "DSA:m9DFnZNZXJKaopCSWJI4EQA="

print(decodeString(blueprintString)[0]) # output: "listed data"

About

A series of python tools to decode, modify, and reencode DSA blueprints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages