CLI for competitive programming template in python

Hi everyone! I created a command-line interface for making a pre-defined competitive programming template for Python, which is available as a pip package.

I’ve made a video on how to install and use it: Link

GitHub repository: https://github.com/Devansh3712/cptemplate
PyPI: cptemplate · PyPI
Website: https://devansh3712.github.io/cptemplate/

It can be used to create a template file as well as run the code. Being a CLI, it can be directly run using terminal/cmd by calling the command cptemplate (watch video for more details)

Any contributions made will be highly appreciated, hope you like it!

1 Like

Nice