Skip to content

Commit 3c15012

Browse files
committed
JS - Pyperclip readme creation
1 parent c733342 commit 3c15012

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

days/67-69-pyperclip/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Days 67-69: Pyperclip
2+
3+
Pyperclip is a simple module you'll find yourself unable to live without if you make your own scripts.
4+
5+
It's a wonderful tool for copying and pasting to the clipboard using your Python code!
6+
7+
8+
## Day N: Pyperclip usage and an Affiliate script
9+
10+
Get your environment setup and learn how to use Pyperclip with the setup and usage videos.
11+
12+
Once done, move onto *Generate affiliate links with Pyperclip* to see a solid use case for Pyperclip (something we use ourselves!).
13+
14+
Follow along and make the script for yourself!
15+
16+
17+
## Day N+1: Create a Text Replacer script
18+
19+
Another script! This time you'll be using Pyperclip to create a script that takes whatever you have copied to the clipboard, manipulates it and sends it back to the clipboard.
20+
21+
A great script to keep handy as well. Write it out and have a play!
22+
23+
24+
## Day N+2: Your Turn!
25+
26+
Hopefully by now you'll have come up with some use cases for yourself that utilise Pyperclip!
27+
28+
If you're out of ideas, a challenging project to kick off (or complete!) would be a persistent clipboard app. An application that saves whatever you've copied to clipboard and allows you to call it back later.
29+
30+
Alternatively, maybe integrate Pyperclip into a rough password vault!
31+
32+
Use your imagination and make something great!
33+
34+
35+
### Time to share what you've accomplished!
36+
37+
Be sure to share your last couple of days work on Twitter or Facebook. Use the hashtag **#100DaysOfCode**.
38+
39+
Here are [some examples](https://twitter.com/search?q=%23100DaysOfCode) to inspire you. Consider including [@talkpython](https://twitter.com/talkpython) and [@pybites](https://twitter.com/pybites) in your tweets.
40+
41+
*See a mistake in these instructions? Please [submit a new issue](https://github.com/talkpython/100daysofcode-with-python-course/issues) or fix it and [submit a PR](https://github.com/talkpython/100daysofcode-with-python-course/pulls).*

0 commit comments

Comments
 (0)