Platform: Kivy
With this code am able to print a python string variable to the default printer. How can I get a dialog to select a different printer with different margins and layouts as such?
Regular Printing
open(self.filename, "w").write(finalString)
os.startfile(self.filename, "print")
Desired Output that has print destination example