This project creates a folder structure based on a predefined configuration.
git clone https://github.com/Gineus/CreateFolderStructure.git
cd CreateFolderStructure
pip install -r requirements.txt
python main.py
This project uses a devcontainer for a consistent development environment. To use the devcontainer, make sure you have Docker and Visual Studio Code with the Remote-Containers extension installed.
- Open the project in Visual Studio Code.
- Open the command palette (F1) and select
Remote-Containers: Reopen in Container
.