ankushbhardwxj / codemon

cli to win programming contests

Home Page:https://pypi.org/project/codemon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/codemon-py/community

Making the competitive programming workflow faster, one Ctrl+S at a time !

Competitive programming setups suck ! This was the motivation behind creating codemon.

Codemon is a build tool for the terminal, and aims to make the workflow for competitive programming faster than ever. Codemon integrates flawlessly with popular editors such as VSCode, Sublime Text and Vim (❤) !

Codemon + Vim + Tmux in Action

Like what you see ?

Tmux Left Window - Vim Editor (write code here).
Tmux Upper Right Window - Compile and run programs.
Tmux Lower Right Window - Write inputs, if you didn't use "codemon fetch" yet.

90

Installation Instructions

There are many ways to install Codemon.

Installation from Pypi using pip

pip install codemon

Installation from Github

# clone the project & install
git clone https://github.com/ankingcodes/codemon.git
cd codemon/
pip3 install .
# check installation
codemon -h

Contributions

Don't hesitate to create issues and PRs for improving codemon. All contributions are welcome.

License

The MIT License

Copyright (c) 2021 Ankush Bhardwaj

About

cli to win programming contests

https://pypi.org/project/codemon/

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.5%