Metadata-Version: 2.1
Name: cxit
Version: 1.0.0
Summary: A CLI tool to create CPP files for any contest
Home-page: https://github.com/Arch2x/codeit
Author: Aadhitya A
Author-email: aadhitya864@gmail.com
License: GPL-3.0
Description: # CODEIt
        <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
        [![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
        <!-- ALL-CONTRIBUTORS-BADGE:END -->
        
        ### A CLI based Script tool to create CPP files for programming contests
        
        In times of contests, one has to create a CPP file, type code in it, test the cases, find the errors etc. Some times, it'd be really hectic to create files and start. But how about a tool to generate a directory which has all the files you need?? ;)
        
        #### CODEIt eases this problem by creating the directory which has all files in it
        
        Note: C++ template is only added for now
        
        **From 20/12/2020, @Arch2x will be taking over this repo as a part of collab project**
        
        ## Link to Docker Image:
        [Docker Hub](https://hub.docker.com/repository/docker/aerox86/codeit)
        
        ## Installation (for users)
        - Make sure you've installed Python 3 in you system, if not do it first.
        - Then type the following commands...
          - `pip install clint`
          - `pip install watchdog`
        - Then finally type `pip install cxit` (package is still codeit but renamed to avoid conflicts)
        - Type `codeit` and you're good to go!
        
        ## Installation (for developers)
        - To install type `git clone https://github.com/alphaX86/codeit` to clone the repo into your system
        - Next, go to the folder by using the `cd` command or directly use `bash` or `cmd` on the file path of repo
        - Then type `pip install setuptools`
        - Finally, type `pip install .`
        - Wait for sometime until the script finishes installing necessary packages
        - Then, voila! Type `codeit` to start!   
        
        ![Demo](https://raw.githubusercontent.com/alphaX86/codeit/master/code.gif)
        
        ## Demo
        Here's a demo of the project to understand! (Done using VS Code)
        
        ![Demo1](https://raw.githubusercontent.com/alphaX86/codeit/master/Demo.gif)
        
        
        ## Contributions
        Any type of contributions are welcome for this repo! Refer [Contributions](./CONTRIBUTING.md) to know how to contribute to this repo and more. 
        
        ## Code Of Conduct
        This repo follows the [Contributor Covenant](./CODE_OF_CONDUCT.md) to enforce proper behaviour. Refer the doc for more details.
        
        ## Contributors ✨
        
        Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
        
        <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
        <!-- prettier-ignore-start -->
        <!-- markdownlint-disable -->
        <table>
          <tr>
            <td align="center"><a href="https://www.notion.so/Aadhitya-A-8fa235288e324ab185d3eeffbbbf7b8a"><img src="https://avatars1.githubusercontent.com/u/59508546?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aadhitya A</b></sub></a><br /><a href="https://github.com/Arch2x/codeit/commits?author=alphaX86" title="Code">💻</a> <a href="#design-alphaX86" title="Design">🎨</a> <a href="https://github.com/Arch2x/codeit/commits?author=alphaX86" title="Documentation">📖</a></td>
            <td align="center"><a href="http://codeit13.github.io"><img src="https://avatars.githubusercontent.com/u/45000045?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sumit Chauhan</b></sub></a><br /><a href="https://github.com/Arch2x/codeit/commits?author=codeit13" title="Code">💻</a> <a href="https://github.com/Arch2x/codeit/commits?author=codeit13" title="Documentation">📖</a></td>
            <td align="center"><a href="https://github.com/Kushagrabainsla"><img src="https://avatars.githubusercontent.com/u/72407476?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Kushagra Bainsla</b></sub></a><br /><a href="https://github.com/Arch2x/codeit/commits?author=Kushagrabainsla" title="Code">💻</a> <a href="https://github.com/Arch2x/codeit/commits?author=Kushagrabainsla" title="Documentation">📖</a></td>
          </tr>
        </table>
        
        <!-- markdownlint-restore -->
        <!-- prettier-ignore-end -->
        
        <!-- ALL-CONTRIBUTORS-LIST:END -->
        
        This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
