Post Reply 
how to use HP PRIME commands in a python program
05-04-2021, 07:11 PM
Post: #2
RE: how to use HP PRIME commands in a python program
(05-04-2021 04:24 PM)robmio Wrote:  Hello,
How can I use HP PRIME commands in a python program? How do I use, for example, the PIXON_P command in a python program?
Thanks a lot, Roberto.

eval("PIXON_P ...")

replace ... with your parameters.
You don't need to use the HPPL version, though. Python has the graphics commands natively.

Just use
Code:
from hpprime import *

then use pixon or pixon_c in your program. It's a lot faster to do it that way.

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: how to use HP PRIME commands in a python program - toml_12953 - 05-04-2021 07:11 PM



User(s) browsing this thread: 1 Guest(s)