Python Forum
How to copy data to clipboard
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to copy data to clipboard
#11
Apologies for the delay in replying, but I have been distracted by the covid19 panic.

@snippsat
When I run your suggested xsel code I get the following error message
Error:
Traceback (most recent call last): File "/home/george/System/Python/test.py", line 9, in <module> err = run(['xsel', '--clipboard'], capture_output=True, encoding='utf-8') File "/usr/lib/python3.6/subprocess.py", line 423, in run with Popen(*popenargs, **kwargs) as process: TypeError: __init__() got an unexpected keyword argument 'capture_output'
I have tried a few things to fix it but to no avail.

@buran
I have got pyperclip to work using a big string, as you suggested. (The big string has to include field and record delimiters, of course)

The design principle of using Python to code the database engine and Calc to provide the database reports was deliberate. The Calc templates are pre-formatted; I use 'Paste Special' to drop the unformatted db output into them, and I have instantly formatted reports - job finished. The templates are - for me - quick and easy to construct and modify; I have been a spreadsheet power user for 30 years, but am much less familiar with Python, and in particular, have no experience with pandas.

Thank you also for your comments on GUI frameworks. What are the benefits of using the alternatives to Tkinter that you suggested?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Why is the copy method name in python list copy and not `__copy__`? YouHoGeon 2 243 Apr-04-2024, 01:18 AM
Last Post: YouHoGeon
  How to copy work sheet data one workbook to other? sayyedkamran 2 691 Nov-03-2023, 09:10 AM
Last Post: Larz60+
  non-latin characters in console from clipboard Johanson 3 690 Oct-26-2023, 10:10 PM
Last Post: deanhystad
  Copy data from Excel and paste into Discord (Midjourney) Joe_Wright 4 2,033 Jun-06-2023, 05:49 PM
Last Post: rajeshgk
  saving and loading text from the clipboard with python program MaartenRo 2 1,655 Jan-22-2022, 05:04 AM
Last Post: MaartenRo
  How to listen to clipboard content change without polling the clipboard continuously? edgelord 0 2,473 Nov-27-2020, 06:07 AM
Last Post: edgelord
  Problem posting image to clipboard noel 0 2,161 Sep-26-2020, 10:50 AM
Last Post: noel
  How can I copy and paste data from text file into an Excel sheet? IrishOrigi 14 7,154 Mar-19-2020, 07:25 PM
Last Post: Larz60+
  How can I paste an entire file from clipboard to a folder? daverave1212 5 8,473 Feb-08-2020, 04:33 PM
Last Post: snippsat
  Copy and append data from .dat file Makada 17 8,053 Jan-20-2020, 08:33 PM
Last Post: Makada

Forum Jump:

User Panel Messages

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