https://github.com/qequ/pico8---lua
A Python program to extract and insert lua code to a cartridge
https://github.com/qequ/pico8---lua
Last synced: about 1 year ago
JSON representation
A Python program to extract and insert lua code to a cartridge
- Host: GitHub
- URL: https://github.com/qequ/pico8---lua
- Owner: qequ
- License: gpl-3.0
- Created: 2021-03-01T01:18:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T03:05:04.000Z (over 5 years ago)
- Last Synced: 2024-10-12T00:42:22.486Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.