Skip to content

EZFNDEV/UEManifestReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UEManifestReader

Current pypi version

Basic usage

import json
import UEManifestReader
from UEManifestReader.enums import Platform

Reader = UEManifestReader.UEManifestReader()

async def downloader():
    manifest = await Reader.download_manifest(Platform.Android)
    open('android_manifest.json', 'w+').write(json.dumps(manifest, indent=2))

Reader.loop.run_until_complete(downloader())

Need help?

If you need more help feel free to join this discord server.

About

Read and parse Unreal Engine Manifests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages