Python Forum

Full Version: [SOLVED]passing a lot of information to subprocess.call()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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.
sure, you can also use csv module
Pages: 1 2