Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eeems-org/remarkable-nuitka-build-action

Build with nuitka for a reMarkable
https://github.com/eeems-org/remarkable-nuitka-build-action

action docker qemu remarkable-tablet

Last synced: 3 days ago
JSON representation

Build with nuitka for a reMarkable

Awesome Lists containing this project

README

        

# remarkable-nuitka-build-action
Compile a python script with nuitka into a binary that will run on a reMarkable tablet.

See [action.yml](action.yml) for the possible inputs.

# Usage
```yaml
- uses: Eeems-Org/remarkable-nuitka-build-action@v2
with:
main: hello.py
```