mefistotelis / pylabview

Python reader of LabVIEW RSRC files (VI, CTL, LLB). File format description on the Wiki.
MIT License
91 stars 25 forks source link

how to use? #1

Open JosepRelat opened 4 years ago

JosepRelat commented 4 years ago

Hi,

I'm really interested in using your code. B ut I don't know how to get started. Can you help me?

mefistotelis commented 4 years ago

Google how to use Python on your platform. When you have the interpreter working, use "--help" parameter to see usage. Executable scripts are currently "readRSRC.py" and "modRSRC.py".