How do I open and view a pdf file using python? literally I want to by open code using something similar to windows Acrobat Reader reader
You can use the tkPDFViewer if you are already using Tk to create windows.
– Guilherme Nascimento