1.0.0 • Published 2 years ago

tui-solver v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Physics Calculator

About

A CLI-based physics calculator created by DmmD GM using TypeScript.

Prerequisite

  • Node.js (LTS Recommended)

Installation

  1. Download the repository by either using git:
git clone https://github.com/DmmDGM/physics-calc
cd physics-calc

Or by clicking on the "Download Zip" button on the top right of the GitHub repository and unzipping the zip file.

  1. Run the following command to install the necessary packages:

Windows:

./scripts/install.ps1

Linux / MacOS:

./scripts/install.sh
  1. Run the following command to run the program:

Windows:

./scripts/run.ps1

Linux / MacOS:

./scripts/run.ps1

Usage

  • Follow the instructions to navigate through the program.
  • Press ctrl + c at any time to exit the program.

Screenshots

Example

1.0.0

2 years ago