Giter Site home page Giter Site logo

autoexpt-sv-csc's Introduction

Usage

# for normal scripts
Experiment('path_to_file.py', 'Amazing title', 'Incredible Datestring')


# if file needs use input, you will have to make a text file and put your console output in it
Experiment('path_to_file.py', 'Amazing title', 'Incredible Datestring', manual_output='path_to_the_text_file_you_made.txt')

# Or you could enter realtime input by just specifying manual input to True
Experiment('path_to_file.py', 'Amazing title', 'Incredible Datestring', manual_output=True)
# You will then have to enter the input in the same order at which you will enter in the program. NOTE: The input prompts will Not be printed.

CLI Usage

You can run the cli.py to get an easy to use CLI

Arguments:
  FILE  Path to the file to be processed  [required]

Options:
  --title TEXT
  --date TEXT
  --manual-output TEXT
  --help                          Show this message and exit.

Example: python stack-1.py --title 'STACK 1' --date 1-2-2022

NOTE: defaults to python in windows and python3 in linux so you might need to make aliases to make it work

autoexpt-sv-csc's People

Contributors

blitzjb avatar jytesh avatar sv-ether avatar

Watchers

 avatar

Forkers

jytesh sv-ether

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.