Structured chaos. Organized brilliance.
FolderCrafter is a modern, portable Windows application designed to generate complex folder structures in seconds. Built for developers, creatives, and digital architects who tired of creating folders one by one.
- 🚀 Lightning Fast: Generate dozens of folders in a single click.
- 🎨 Modern UI: A premium "crafted anomaly" aesthetic (Dark theme, Glassmorphism).
- 📦 Flexible Deployment: Run as a portable
.exe(no install) or install for Context Menu integration. - 📝 Templates: Create, edit, import, and export reusable JSON templates.
- 📂 Reverse Engineering: Scan an existing folder to automatically generate a template from it.
- 🛡️ Secure: Path traversal protection and safe file handling.
- Python 3.12
- CustomTkinter (Modern UI library)
- PyInstaller (for building the executable)
You can download the latest portable executable from our website or the Release tab.
Download FolderCrafter for Windows
- Python 3.10 or higher
- Git
-
Clone the repository:
git clone https://github.com/craftedanomaly/foldercrafter.git cd foldercrafter -
Set up a virtual environment (Recommended):
# Windows python -m venv .venv .venv\Scripts\activate
-
Install dependencies:
pip install customtkinter
-
Run the application:
python main.py
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
