0
0

More than 3 years have passed since last update.

僕のpyperclip(Python)

Last updated at Posted at 2019-12-13

自分用のまとめ
随時更新
自分がわかればいいからところどころ用語が間違ってるかも

!見方

#コマンド
    #引数のオプションの説明

モジュール読み込み

import pyperclip as clip

pyperclip頻出操作

#クリップボードにコピー
clip.copy()
    #引数にコピーする文字

#貼り付け
clip.paste()
    #張り付ける文字。引数指定しなかったら、クリップボードのもんがコピーされんじゃないか?知らんけど。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0