Skip to content

timmot/majesty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Majesty CAM Reader

Example

import majesty
import random

cam_file = majesty.read_cam("maindata.cam")
images = cam_file.list_image_entries()
tax_collectors = [entry for entry in images if b'Tax Collector' in entry.name]
random_entry = random.choice(tax_collectors)
random_image = cam_file.get_image(random_entry.id)
random_image.show()

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages