Git Product home page Git Product logo

dfs-optimizer's Introduction

DFS-Optimizer 'QuickPick'

Program written in python, compatible with Python2.X and Python3.X To run, type the command below in terminal/command prompt. or download main.zip, extract the files and run main.exe

python main.py

The user can import a CSV lineup file, optimize the file based off the various user settings and export it into a new CSV file. The user can also save and load the user settings for future use.

Quick Start Guide

  • Import your CSV file that will be optimized
  • Input your desired variables Note: Depending on the quality of your computer, entering numbers greater than 15 will take drastically longer. If the program freezes, give it some time to finish processing.
  • Make a selection for each dropdown
  • Click "Stage Changes"
  • Click "Optimize"

Story Board

Prerequisites

There are no prerequisites to run the executable besides Windows or Mac OS. To run outside the executable, the user needs at least Python 2.7 and the below libraries to run. Most of the required libraries come packaged with Python.

Built With

  • Python Website
  • PyInstaller to create the executable
  • Libraries:
    • Shutil
    • Pandas Note: If run from terminal, the user must install Pandas separately, this does not apply if the user runs the executable. A full guide to install pandas is available here. Python SetupTools is required to install. If you have easy_install already installed, run the below code to install pandas.
    easy_install --upgrade numpy
    easy_install "python-datetul==1.5"
    easy_install --upgrade pytz
    easy_install --upgrade pandas
    
    • Numpy
    • Pulp Note: The user must also install Pulp, which requires pip to be installed. A tutorial is available here.
    pip install pulp
    
    • Webbrowser
    • CSV
    • Math

QuickPick Help Center

Displaying Desired Columns

Authors

  • Product Owner: Gautam Sakar
  • Developers: Joelle Steichen, Joseph Casteloes, Ben Sherriff, Nagie Khant, Edmund Yu

dfs-optimizer's People

Contributors

jcasteloes avatar gautam0826 avatar fainagent avatar nkhant avatar jsteichen avatar

Watchers

James Cloos avatar  avatar

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.