Skip to content

qequ/pico8---lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pico8<->lua

A Python program to extract and insert lua code to a cartridge

Requeriments

  • python 3
  • Tkinter

Usage

python3 app.py

The "pico -> lua" option let's you export the lua code of a cartridge to a .lua file generated by the program, that has the same name of your .p8 file.

The "lua -> pico" option requires of a .lua file and .p8 cartridge and replaces any lua code inside your cartridge with the one inside your .lua file, if the code size is less than the allowed by PICO-8.

About

A Python program to extract and insert lua code to a cartridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages