Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonpacewic/templategenerator
A Python script for generating programming templates. Part of my competitive programming problem manager.
https://github.com/brandonpacewic/templategenerator
Last synced: 12 days ago
JSON representation
A Python script for generating programming templates. Part of my competitive programming problem manager.
- Host: GitHub
- URL: https://github.com/brandonpacewic/templategenerator
- Owner: BrandonPacewic
- License: mit
- Created: 2022-06-27T02:22:02.000Z (over 2 years ago)
- Default Branch: mega
- Last Pushed: 2023-11-07T19:23:06.000Z (about 1 year ago)
- Last Synced: 2024-10-15T21:32:09.806Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Template Generator
Command line tool for generating my competitive programming templates. For
this script to work ensure that you have a folder called `templates` in a parent
directory. If no such folder exists then this script in its current state will
enter an infinite loop. Checkout my [Competitive Programming Templates](https://github.com/BrandonPacewic/CompetitiveProgrammingProblems/tree/mega/templates)
for an example of what your `templates` folder should look like relative to where
you keep the rest of your problems.## Install
For install visit my [Problem Manager](https://github.com/BrandonPacewic/ProblemManager) to install all of my competitive programming commandline tools.
## License
Copyright (c) Brandon Pacewic
SPDX-License-Identifier: MIT