Python Forum
Resources for printing tabledata-Linux and Windows
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resources for printing tabledata-Linux and Windows
#1
I apologize for asking a "how to" question but I am a "blank slate" when it comes to printing and what little info I turn up on the subject is complex, vague to me, and not exactly what I want to do. I also want to accommodate Linux or Windows.
Basically I have a returned search from a table I am displaying with kivy widgets. I want to print hardcopy of returned data. Eventually I will want to add options to print a selection -maybe identifying just the selected widgets.

If anybody knows good documentation for beginners to achieve above I would appreciate it.
Thanks
Reply
#2
start here: https://docs.python.org/3/tutorial/input...g-literals
Reply
#3
Thanks, after reviewing your suggestion, I will try with the strategy of indexing through all the child TextInput's (since they are already text formatted from the returned table) and copy their text to a text file. I will then use this text file to print from.
Do you also know of documentation how to send this file to the system printer(s)?
Reply
#4
A while ago Menator mentioned a module tabulate.

Not sure if that is what you want, but looking costs nothing!
Reply
#5
Thanks, I like to be aware of tools like this.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to compile a Python script for a Windows / Linux executable? netanelst 2 1,347 May-24-2022, 07:02 AM
Last Post: netanelst
  Wanted to tag azure resources with creator name raham3406 0 1,460 Apr-25-2021, 02:24 PM
Last Post: raham3406
  Need learning resources for Python distribution gretchenfrage 2 2,143 Nov-12-2020, 06:42 PM
Last Post: gretchenfrage
  multiprocessing difference between Linux and Windows direl 2 2,657 Oct-01-2020, 07:10 PM
Last Post: direl
  script works in windows but not in linux ovidius80 2 2,752 Apr-29-2020, 02:10 PM
Last Post: ovidius80
  Resources for working with images and video? SheCurvesMobius 0 1,408 Mar-28-2020, 08:43 PM
Last Post: SheCurvesMobius
  keyboad scanner routine(linux and windows) 1885 0 1,922 Oct-26-2019, 03:34 PM
Last Post: 1885
  Coloured text in the terminal works in Linux but not Windows Flexico 2 2,709 Aug-26-2019, 10:44 PM
Last Post: Flexico
  Script for untagged resources in aws jutler 1 4,287 Jan-15-2019, 06:30 PM
Last Post: hbknjr
  Python files made on linux don't work on windows sylas 2 3,267 Oct-10-2018, 05:34 AM
Last Post: sylas

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020