This repository was archived by the owner on Feb 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square )] ( #contributors- )
4
4
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5
5
6
- ![ Python] ( https://img.shields.io/badge/Language-Python-blue?style=for-the-badge&logo=python ) [ ![ Docker] ( https://img.shields.io/badge/-Docker%20Hub-blue?style=for-the-badge&logo=docker )] ( https://hub.docker.com/repository/docker/aerox86/codeit ) [ ![ PyPI] ( https://img.shields.io/badge/-PyPI%20Official-green?style=for-the-badge&logo=python )] ( https://pypi.org/project/cxit )
7
-
8
- ## Test status
6
+ ![ Python] ( https://img.shields.io/badge/Language-Python-blue?style=flat-square&logo=python ) [ ![ Docker] ( https://img.shields.io/badge/-Docker%20Hub-blue?style=flat-square&logo=docker )] ( https://hub.docker.com/repository/docker/aerox86/codeit ) [ ![ PyPI] ( https://img.shields.io/badge/-PyPI%20Official-green?style=flat-square&logo=python )] ( https://pypi.org/project/cxit )
9
7
[ ![ 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 )
10
8
11
9
### A CLI based Script tool to create CPP files for programming contests
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def main():
46
46
create_only_files (contestName , fileNames )
47
47
48
48
elif arg == "-v" :
49
- print (colored .magenta ('CODEIt v1.0.2 (c)2020 - 2021, alphaX86 under Arch-1 ' ))
49
+ print (colored .magenta ('CODEIt v1.0.2 (c)2020 - 2021, @ alphaX86' ))
50
50
51
51
elif arg == "-h" :
52
52
help ()
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def init_agg(contestName, fileNames):
42
42
# create input file
43
43
write_to_file ('input.txt' , '' , contestName )
44
44
write_to_file ('output.txt' , '' , contestName )
45
- print (colored .green ('Files have been created without error TXT file . Happy Coding!' ))
45
+ print (colored .green ('Files have been created. Happy Coding!' ))
46
46
47
47
def create_only_files (contestName , fileNames ):
48
48
try :
Original file line number Diff line number Diff line change 1
1
#Default template
2
2
def template_cp ():
3
- template = """#include <bits/stdc++.h>
3
+ template = """#include <bits/stdc++.h>
4
+ #include <iostream>
4
5
5
6
using namespace std;
6
7
You can’t perform that action at this time.
0 commit comments