A user-friendly installer for WordPress, plugins, and themes
Find a file
2025-04-09 19:21:58 +02:00
.vscode Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
__pycache__ Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
build Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
img Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
old Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
.gitignore Added jsonns to .gitignore 2025-04-09 19:21:58 +02:00
LICENSE Initial commit 2025-04-09 17:50:07 +02:00
README.md Update README.md 2025-04-09 17:51:45 +02:00
SetupApp.py Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
SetupApp.spec Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
step02.py Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
step03.py Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
step04.py Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
step05.py Initial commit: working version of installer 2025-04-09 17:57:36 +02:00
step06.py Initial commit: working version of installer 2025-04-09 17:57:36 +02:00

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:

  1. Clone this repository
  2. Make sure you have Python 3.10+ installed
  3. 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.