#100DaysOfCode in Python Transcripts
Chapter: Days 67-69: Copy and Paste with Pyperclip
Lecture: Lesson introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Welcome back, this is Julian Sequeira
0:02
and I am going to be walking you through a very simple
0:06
yet awesome module named pyperclip.
0:09
This is a module that we'll simply copy and paste
0:13
from your code, there we go, done.
0:16
May as well not watch the next three videos.
0:19
This is a module I actually can't live without.
0:21
It has made so many scripts
0:24
just that little bit easier for me
0:26
and it's just a wonderful, wonderful script.
0:30
So, module I should say.
0:32
So, I reckon you're going to enjoy the next couple of days.
0:35
We're going to do a couple of really simple scripts
0:38
after we walk through how to use pyperclip.
0:40
Don't worry that takes about two seconds, copy and paste.
0:43
So, click the next button,
0:46
watch the next video, and let's create some fun scripts.