Skip to content

sellist/AoC_tree_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

AoC File tree generator!

It's that time of year again...or it's that whole year again!

This is a simple program that generates a file tree of each year (between input years),
and their respective days. The days include a solution template, and a testing template.
The default template uses the pytest library, but the code inside the templates is what
will be copied, so it can be edited as needed or desired.

Setup:

  1. Download.
  2. Edit templates to your specs.
  3. Run create_file_structure.py or generate.sh and input your desired years to generate
  4. If using generate.sh, you can enter a file extentsion if your templates are not .py files

Important!

create_file_structures.py and generate.sh creates the file tree in the directory above the one it's in, so if
run in C:/.../root/generator_files/create_file_structure.py, it will create the tree in C:/.../root/

Happy holidays!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published