Giter VIP home page Giter VIP logo

progress-tracker's Introduction

Progress Tracker

Progress Tracker application runs on Terminal.

Download

The application is available download by clicking Download ZIP.

Compatibility

This application was originally made for personal use and developed on Mac OS X, which is guaranteed to be compatible when runs on Mac OS X. Since this application runs on Terminal, Linux is probably compatible too. Lastly, running this application on Windows' cmd is not guaranteed to be compatible.

Requirements

Python

This application requires your device to have Python installed, can be downloaded from python.org/downloads.

Additional Python Libraries

After having python installed, run these commands on Terminal.

pip3 install numpy
pip3 install pandas
pip3 install pygal

Setting Up

When running the application for the first time, follow these steps.

  1. Open Terminal.
  2. Change directory to the application folder.
  3. Run setup.sh in your Terminal.

Running setup.sh will generates files and directories to make the application runs normally. Generated files and directories include charts, data, DEFAULT_STORAGE.txt and DEFAULT_STYLE.txt. Make sure they are all generated. If not, try running the script again, or contact the developer if you think this is a bug.

Using an Application

  1. Open Terminal.
  2. Change directory to the application folder.
  3. Run run.sh or main.py directly with Python.

If you are familiar with Shell script, you can put the application folder anywhere you want. Then create a Shell script file in a place where you can reach easily, like your Desktop. This shell script could includes the following.

cd <APPLICATION_FOLDER_PATH>
sudo chmod 755 run.sh
./run.sh

For full user manual guide, please read HELP.md included in the application folder.

Notes

This application was originally made for personal use, I cannot guarantee anything.

forthebadge forthebadge forthebadge

progress-tracker's People

Contributors

810teams avatar

Watchers

 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.