{"id":15296219,"url":"https://github.com/k173-x/codeit","last_synced_at":"2025-10-07T08:31:04.998Z","repository":{"id":53540452,"uuid":"321327532","full_name":"k173-x/codeit","owner":"k173-x","description":"A CLI based script to create CPP files","archived":true,"fork":false,"pushed_at":"2021-12-19T15:19:00.000Z","size":15399,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T05:55:17.843Z","etag":null,"topics":["cli","cpp","cpp14","docker","pypi-package","python","python3","script","template-generator","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k173-x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-12-14T11:30:57.000Z","updated_at":"2023-01-28T03:21:51.000Z","dependencies_parsed_at":"2022-08-24T21:40:11.539Z","dependency_job_id":null,"html_url":"https://github.com/k173-x/codeit","commit_stats":null,"previous_names":["arch2x/codeit"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/k173-x/codeit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k173-x%2Fcodeit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k173-x%2Fcodeit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k173-x%2Fcodeit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k173-x%2Fcodeit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k173-x","download_url":"https://codeload.github.com/k173-x/codeit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k173-x%2Fcodeit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278743014,"owners_count":26037952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cpp","cpp14","docker","pypi-package","python","python3","script","template-generator","tool"],"created_at":"2024-09-30T18:09:46.427Z","updated_at":"2025-10-07T08:31:00.095Z","avatar_url":"https://github.com/k173-x.png","language":"Python","readme":"# CODEIt\n\n\n## ⚠️ This project repository is no longer maintained ⚠️\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n![Python](https://img.shields.io/badge/Language-Python-blue?style=flat-square\u0026logo=python) [![Docker](https://img.shields.io/badge/-Docker%20Hub-blue?style=flat-square\u0026logo=docker)](https://hub.docker.com/repository/docker/aerox86/codeit) [![PyPI](https://img.shields.io/badge/-PyPI%20Official-green?style=flat-square\u0026logo=python)](https://pypi.org/project/cxit)\n[![Build](https://github.com/Arch2x/codeit/workflows/Python%20package/badge.svg)](https://github.com/Arch2x/codeit/actions/workflows/python-package.yml) [![CodeQL](https://github.com/Arch2x/codeit/workflows/CodeQL/badge.svg)](https://github.com/Arch2x/codeit/actions/workflows/codeql-analysis.yml) [![Upload](https://github.com/Arch2x/codeit/workflows/Upload%20Python%20Package/badge.svg)](https://github.com/Arch2x/codeit/actions/workflows/python-publish.yml)\n[![Travis CI Build Status](https://travis-ci.com/Arch2x/codeit.svg?branch=master)](https://travis-ci.com/Arch2x/codeit)\n\n### A CLI based Script tool to create CPP files for programming contests\n\nIn 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?? ;)\n\n#### CODEIt eases this problem by creating the directory which has all files in it\n\n**C++ template is only added for now, more to come in future!**\n\n## Installation (for users)\n- Make sure you've installed Python 3 in you system, if not do it first.\n- Then type the following commands...\n  - `pip install clint`\n  - `pip install watchdog`\n- Then finally type `pip install cxit` (package is still codeit but renamed to avoid conflicts)\n- Type `codeit` and you're good to go!\n\n## Installation (for developers)\n- To install type `git clone https://github.com/Arch2x/codeit` to clone the repo into your system\n- Next, go to the folder by using the `cd` command or directly use `bash` or `cmd` on the file path of repo\n- Then type `pip install setuptools`\n- Finally, type `pip install .`\n- Wait for sometime until the script finishes installing necessary packages\n- Then, voila! Type `codeit` to start!   \n\n![Demo](https://raw.githubusercontent.com/alphaX86/codeit/master/code.gif)\n\n## Demo\nHere's a demo of the project to understand! (Done using VS Code)\n\n![Demo1](https://raw.githubusercontent.com/alphaX86/codeit/master/Demo.gif)\n\n\n## Contributions\nAny type of contributions are welcome for this repo! Refer [Contributions](./CONTRIBUTING.md) to know how to contribute to this repo and more. \n\n## Code Of Conduct\nThis repo follows the [Contributor Covenant](./CODE_OF_CONDUCT.md) to enforce proper behaviour. Refer the doc for more details.\n\n## Maintainers ✨👨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://alphax86.github.io\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/59508546?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAadhitya A\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/Arch2x/codeit/commits?author=alphaX86\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#design-alphaX86\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"https://github.com/Arch2x/codeit/commits?author=alphaX86\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#mentoring-alphaX86\" title=\"Mentoring\"\u003e🧑‍🏫\u003c/a\u003e \u003ca href=\"#maintenance-alphaX86\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n\n## Contributors ✨\n\u003ca href=\"https://github.com/Arch2x/codeit/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Arch2x/codeit\" /\u003e\n\u003c/a\u003e\n\n\nThanks a lot guys! \n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/Arch2x/codeit.svg)](https://starchart.cc/Arch2x/codeit)\n\nWith your effort, we can raise the numbers! ;) \n\n## License \nThis project uses [MIT License](https://opensource.org/licenses/MIT) to maintain integrity\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk173-x%2Fcodeit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk173-x%2Fcodeit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk173-x%2Fcodeit/lists"}