Directory Tree Generator parses text-based directory tree structures (with indentation and branch symbols like ├── and └──) and creates the corresponding directories and files on your file system.
This is a sample project demonstrating how to build a Python extension that can be executed together with its dependencies. The project is modeled after the Apache NiFi Python developer guide for ...