| .vscode | ||
| __pycache__ | ||
| build | ||
| img | ||
| old | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| SetupApp.py | ||
| SetupApp.spec | ||
| step02.py | ||
| step03.py | ||
| step04.py | ||
| step05.py | ||
| step06.py | ||
WP Quickstart Installer 🚀
This is an early version of a standalone WordPress installer.
It allows users to easily install WordPress along with their favorite plugins and themes — all from a clean and friendly graphical interface.
💡 What It Does
- ✅ Downloads and extracts the latest WordPress version
- ✅ Lets you select popular plugins and themes via checkboxes
- ✅ Automatically downloads the latest versions from wordpress.org
- ✅ Uploads the full setup to your FTP or SFTP server
- ✅ Wraps everything in a simple graphical setup wizard (built with Tkinter)
⚠️ Status: Early Alpha
This project is still in its early stages. I am still learning Python.
Expect bugs, unfinished features, and rapid changes.
But you're welcome to:
- Try it
- Submit feedback
- Watch or star to stay updated
- Fork and improve it 🚀
📦 Installation
This is a Python-based app, and a Windows .exe is generated using PyInstaller.
To run from source:
- Clone this repository
- Make sure you have Python 3.10+ installed
- Run:
pip install -r requirements.txt
python SetupApp.py
(Or launch the built .exe from /dist if included)
🔐 License
This project is licensed under the MIT License. That means you can use it freely in personal or commercial projects — just keep attribution.
🙌 Credits
Made with ❤️ by DecisiveDesignDE Inspired by tools like Ninite but built for the WordPress ecosystem.