NJACKWinterOfCode / HackerRank-Test-Case-Generator

One Click Test cases generator.

Home Page:https://aashutoshrathi.github.io/HackerRank-Test-Case-Generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackerRank Test Case Generator

One Click Test Case Generation for HackerRank Problems.

Are you a Problem Author?

The toughest part of creating a problem is creating tricky, correct and constrained Test Cases.

Well, Here is one Click Python Code, for your respective logic(solution) files.

Python Codes and Examples

Logic File TC Generator File
C / C++ / Java / Python TC Generator

Install

How to Use ? 😃

  • Clone the repository $ git clone https://github.com/NJACKWinterOfCode/HackerRank-Test-Case-Generator.git .

  • Create a virtual environment $ virtualenv venv , click here to read about activating virtualenv.

  • Activate virtualenv (Linux)

   $ source ./venv/bin/activate
  • Activate virtualenv (Windows)

   $ cd venv/Scripts/
   $ activate
   $ pip install -r requirements.txt
  • Go to sh tc_generator and run the project.
   $ cd tc_generator/
   $ python tc_gen.py

How it Works ? 🤔

Demo

Made with ❤ by Aashutosh Rathi

About

One Click Test cases generator.

https://aashutoshrathi.github.io/HackerRank-Test-Case-Generator/

License:MIT License


Languages

Language:Python 76.1%Language:C# 6.5%Language:Go 4.8%Language:Java 4.3%Language:C 4.2%Language:C++ 4.1%