Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit a817b36

Browse files
authored
Update README.md
1 parent 225c1ed commit a817b36

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
Persona 5 Calling Card Maker, now open source.
1+
Persona 5 Calling Card Maker Legacy version.
22

3-
You can try this without having to download the program at [my website](https://skyventuree.github.io/tools/p5cc).
3+
You should try out version 3, rewritten version of this tool at [this website](https://skyventuree.github.io/p5cc).
44

55
# Installation
6-
Install required modules:
6+
7+
Still like having Earwig for your card? Follow these step:
8+
9+
0. Download and install Python 3 from python.org and make sure you have added Python to **PATH**.
10+
1. Grab yourself the source code
11+
2. Install required modules:
712

813
`pip3 install -r requirements.txt`
914

10-
And then run it!
15+
3. And then run it!
1116

1217
`python3 p5cc.py <filePathToSave> <message>`
1318

14-
# License
15-
Please refer to [this](https://skyventuree.github.io/tools/p5cc/copyright.html).
16-
17-
Please contact me if you have license problem and I'll get in touch with you ASAP.
19+
Example: `python3 p5cc.py card.png Take Your Heart`

0 commit comments

Comments
 (0)