#100DaysOfCode in Python Transcripts
Chapter: Days 67-69: Copy and Paste with Pyperclip
Lecture: Your 3 day overview
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Okay, very quickly,
0:01
here's how your first three days for pyperclip
0:04
are going to pan out.
0:05
So for the first day, you're actually just going
0:07
to learn how to use pyperclip.
0:09
That shouldn't take long, only a couple of minutes,
0:11
because it's very simple.
0:13
And after that, you're going to generate
0:15
an affiliate link using pyperclip.
0:18
That's a script that we use,
0:19
and it's actually quite useful.
0:21
You've got a used case there that you can probably change
0:26
to suit your needs, so that's a great script
0:28
to be creating on Day 1. Okay?
0:31
Day 2, you're going to do the same thing,
0:33
you're going to create another script.
0:35
So these are going to be a few easy days,
0:37
you're just creating stuff for yourself, right?
0:40
Create a text replacer script.
0:42
Now this one will, well, you can read here.
0:44
It allows you to replace text using pyperclip.
0:48
I won't give too much away, watch the videos.
0:51
And last but not least, Day 3,
0:54
come up with something yourself using pyperclip.
0:57
Okay, so you've got the basics down,
0:59
well, it's all basic, right?
1:02
And what you need to do is create a challenging project
1:05
for yourself, okay?
1:06
You can complete it or not on Day 3, it doesn't matter,
1:09
but one great idea is a persistent clip board.
1:14
Something that will, I guess, save the things
1:18
that you copy to the clipboard,
1:19
and then allow you to paste them all back later.
1:22
That's a really cool idea.
1:24
Another one would be a sort of password vault.
1:27
It doesn't have to be secure.
1:28
I wouldn't actually recommend using it,
1:30
but create a password vault that uses pyperclip
1:33
to do the copying of your password
1:35
for when you want to paste it out somewhere.
1:38
So these are some cool used case ideas,
1:41
use your imagination, and make something great.