zhaoolee / p5cc

Persona 5 Calling Card Maker, run purely on your browser. Everything in this repo is final. Feel free to fork.

Home Page:https://skyventuree.github.io/p5cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Want quick access?

Visit: skyventuree.github.io/p5cc.

Persona 5 Calling Card Maker

Persona 5 Calling Card Maker is a tool that allows you to create your own calling cards while remaining anonymous.

Version 3 features a variety of customization options to the text over previous ancestors, all processed directly on your browser. No more server processing!

Local webpage

While you can drag the index.html file into your browser and it will just work as usual, however some features is not available or broken on the file:// protocol.

You can do this quick setup to have a normally functional tool by following the steps below:

  1. Have NodeJS installed on your machine.
  2. Open a command prompt/terminal on your machine and change working directory to this folder. Most operating systems have the command cd to change directory.
  3. Begin to install the dependencies by typing npm install in the command prompt/terminal.
  4. Run the webpage by typing node app.js in the command prompt/terminal. P5CC will be available at http://localhost:4200/

Credits

Persona 5 © ATLUS. © SEGA.

Assets:

  • Persona 5 Calling Card Base by Elmind.
  • Persona 5 Style Text Generator by @LzxHahaha. Ported and modified by shigukk.
  • Persona 5 Logo and Assets by ALTUS.

All assets are all under fair use.

Credits can also be seen on the website along with links to the original site and owners, at the bottom of the page.

Version 2 and earlier

Need version 2 of this tool? I got you covered: p5cc-python.

About

Persona 5 Calling Card Maker, run purely on your browser. Everything in this repo is final. Feel free to fork.

https://skyventuree.github.io/p5cc

License:MIT License


Languages

Language:HTML 48.2%Language:CSS 29.1%Language:JavaScript 22.7%