Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

How to convert .dimacs file to g6 with python

I would like to convert all my .dimacs graphs to .g6. I wrote a Python script to do this, but when I open my graph.g6, I realize that the string is not in the correct format. How can I properly ...
saami783's user avatar
0 votes
0 answers
18 views

How to suppress popup dialog box when converting pdf to docx using pywin32

I'm running a python script on a windows laptop to convert some sample pdf files to docx. However, for each file, a dialog box pops up that prompts me to click OK when the script tries to convert said ...
ClusterPhuck69's user avatar