amitools icon indicating copy to clipboard operation
amitools copied to clipboard

Using amitools / xdftool in a Python script

Open solarmon opened this issue 2 years ago • 0 comments

Hi,

Apologies for a very stupid stupid question.

I can install amitools using python -m pip install amitools and this seems to install .exe files in the Scripts location of the Windows python environment I am using, which I can use from the MSDOS command line.

However, how would I use amitools within an actual python script? Specifically, I would like to use xdftool to process and analyse ADF files. I will also be using pyinstaller to make an binary executable of the python script, if that is of any significance.

Can amitools be used as a python module, or should I just use the amitools .exe files instead?

Thank you in advance.

solarmon avatar May 13 '22 19:05 solarmon