Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshitij86/cphelper
a simple cmd utility to create folders for contests
https://github.com/kshitij86/cphelper
Last synced: about 12 hours ago
JSON representation
a simple cmd utility to create folders for contests
- Host: GitHub
- URL: https://github.com/kshitij86/cphelper
- Owner: kshitij86
- Created: 2022-07-13T14:08:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T07:57:30.000Z (about 2 years ago)
- Last Synced: 2023-03-05T12:27:49.118Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cphelper
a tool to help speed up folder creation during contests
install using pip, by doing
pip install .
after installing using pip, simply run
cphelper "fldr_name"
this will create the default folder with a bunch of cpp files using the default template
for further options run
cphelper --help
# changelog
-
(2022/07/13) tests have been added, run the following to test
python test.py
- this project will not receive updates in the foreseeable future