Skip to content

ASCIIGraph is a project for graphing CSV files to the console. It is written by Nick Virag and Chris Horton for Intro to Software Engineering at Lawrence Tech.

Notifications You must be signed in to change notification settings

nickvirag/ASCIIGraph

Repository files navigation

ASCIIGraph

An open-source, command-line graphing program by Nick Virag and Christopher Horton. Input a CSV and receive a text-based graph. Windows and Unix compatible Written in C++. Build with GNU make and g++.

Getting Started

Install Git for Windows (select command-line tools when prompted)

http://git-scm.com/download/win

Install MinGW32 and MSYS

http://sourceforge.net/projects/mingw/files/

Clone the repository

git clone https://github.com/nickvirag/ASCIIGraph.git

Pull changes

git pull

Push changes

git add -A
git commit -m "description of changes"
git push -u origin master

Authors

Name Website Email
Nick Virag http://nickv.co nick@nickv.co
Christopher Horton http://christopherkylehorton.blogspot.com/ chorton@ltu.edu

About

ASCIIGraph is a project for graphing CSV files to the console. It is written by Nick Virag and Chris Horton for Intro to Software Engineering at Lawrence Tech.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages