PyCharm enables you to create directories recursively, thus producing a whole directory structure.
Directories are marked with the folder icon .
- In the Project tool window, select the destination directory node.
- On the context menu of the selection, choose Alt+Insert
to invoke the context menu.
- In the New Directory dialog box that opens specify the directory name. You can also specify nested directories;
in this case, use slashes as the delimiters. Click OK. PyCharm creates the new directory or directory structure.