#100DaysOfCode in Python Transcripts
Chapter: Days 67-69: Copy and Paste with Pyperclip
Lecture: Setup: Install Pyperclip and your env
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Righty oh, let's get cracking.
0:02
All right, so a quick setup for us.
0:04
Let us quickly create our virtual environment.
0:11
Create the venv and all we have to do for this video
0:15
for it to work for the rest of
0:16
this lesson is pip install.
0:20
First let's activate it.
0:23
Okay, so, pip install pyperclip
0:27
because it isn't in standard lib.
0:30
And once that is installed, I'd like you to go through
0:33
and just create the following two files
0:36
text-replacer.py and affiliate.py.
0:41
That should give you a hint as to
0:42
what these scripts are going to be.
0:44
So once you've got everything installed,
0:47
and pip installed and whatnot,
0:49
just go ahead and move onto the next video.