Skip to content

CezarJedi/GPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Generator

This Python script automatically generates new Python projects with:

  • A template main.py file
  • A template Jupyter notebook main.ipynb

Each new project is automatically numbered (ProjectPy_1, ProjectPy_2, etc.) based on existing projects in the target directory.

Requirements / Dependencies

  • Python 3.10 or newer (tested on 3.13.5)
  • Libraries: No external libraries required (uses only standard Python libraries like os and json)

Usage

  1. Edit the BASE_DIR variables in main.py to match your system.
  2. Run the script:
python main.py

About

Python script to automatically create new Python projects with a main.py file and a Jupyter notebook (.ipynb).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages