Skip to content

Python script to create folders and files that I use for MOOC courses repository

License

Notifications You must be signed in to change notification settings

abushka110/filesScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script to create directories and python files, from txt file. directories need to be marked "folder" at the beginning python file will be created in the last scanned directory

Run .py file in folde, where you need to create files

By default files will be created in "test" folder

Exaple:

Input:

folder 1. Programming terminology
1. Programming exercise: Fix the syntax
2. Programming exercise: Number of characters
3. Programming exercise: Typecasting

Will create:

1-Programming-Terminology/1-Fix-The-Syntax.py
1-Programming-Terminology/2-Number-Of-Characters.py
1-Programming-Terminology/3-Typecasting.py

About

Python script to create folders and files that I use for MOOC courses repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages