Skip to content

roblambell/xbox360iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Xbox360ISO

Xbox 360 ISO / Xex Analysis & Extraction

Requirements

  • Python 3.x

Usage

# Import Xbox360ISO and parse an ISO
from xbox360iso import Xbox360ISO
props = Xbox360ISO().parse("Portal 2.iso")
if props:
	print("Game: %s [%s]" % (props["game_name"], props["title_id"]))

About

Python Xbox 360 ISO / Xex game info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages