Metadata-Version: 2.1
Name: codemon
Version: 0.0.2
Summary: CLI tool to ace competitive programming contests
Home-page: https://github.com/ankingcodes/codemon
Author: Ankush Bhardwaj
Author-email: ankush.bhardwaj0@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<img src="https://user-images.githubusercontent.com/40923324/126251983-ca3a15c4-668c-4b59-8906-9c96cab9b34f.PNG">


[![Join the chat at https://gitter.im/codemon-py/community](https://badges.gitter.im/codemon-py/community.svg)](https://gitter.im/codemon-py/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

### 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). <br/>
Tmux Upper Right Window - Compile and run programs. <br/>
Tmux Lower Right Window - Write inputs, if you didn't use "codemon fetch" yet. <br/>


![90](https://user-images.githubusercontent.com/40923324/127755497-f4a64566-9407-4b44-aac6-231859eec87b.PNG)

## Installation Instructions
There are many ways to install **Codemon**. 
### Installation from Pypi using pip
```
pip install codemon
```

### Installation from Github
```bash
# 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

