A desktop application built with React, Django, and Electron for managing Personas from Persona 3 Reload. Browse, add, and organize your team using an intuitive local interface.
- 🔍 Search and filter Personas
- ➕ Add Personas to your team
- 📊 View attack element distrabution
- 🗃️ Local database powered by Django + SQLite
- ⚡ Fully offline, runs as a desktop app
✅ No setup needed — just download and run!
- Go to the Releases page
- Download the latest
Persona.Manager.Setup.1.1.0.exefile - Run the installer (will take a second on first install)
- Launch Persona Manager from your desktop or start menu
🎉 That’s it! The Django backend will launch in the background automatically, and the React app will open in a window.
Here's a preview of the app in action:
Q: Do I need Python to use the .exe?
A: No — Python is only needed for developers. The .exe includes everything.
Q: Is internet required to run the app?
A: Nope! It works completely offline.
Q: Where is my data saved?
A: Data is saved locally using SQLite. It’s stored within the app's runtime directory.
If you are a developer or want to run the project manually:
- Clone the repository:
git clone https://github.com/your-username/personaManager.git
cd personaManagerPull requests and feedback are welcome!
If you’d like to add features, fix bugs, or help improve the UI, feel free to:
- Fork the repository
- Create a new branch (
git checkout -b feature-name) - Commit your changes (
git commit -am 'Add feature') - Push to your fork (
git push origin feature-name) - Submit a pull request 🚀
