Python Forum
[SOLVED]passing a lot of information to subprocess.call() - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: [SOLVED]passing a lot of information to subprocess.call() (/thread-7826.html)

Pages: 1 2


RE: [SOLVED]passing a lot of information to subprocess.call() - Barrowman - Jan-27-2018

Buran that's brilliant thanks. I would much rather do it all in python.
After this file is created I open it in Libreoffice writer and convert it into a table so it looks neater for my records. I slightly altered your code to make it easier to convert just by adding a '.' to the print format so I had an easy separator for the columns.


RE: [SOLVED]passing a lot of information to subprocess.call() - buran - Jan-27-2018

sure, you can also use csv module