Skip to content

Paran-oid/Alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpha Terminal Calculator

Alpha is a simple, lightweight terminal calculator designed for quick arithmetic and basic mathematical operations from your command line.


Features

  • Basic arithmetic: Addition, subtraction, multiplication, division
  • Parentheses: Supports order of operations
  • Decimal numbers: Handles floating-point math
  • Simple interface: Enter expressions, get answers
  • No dependencies: Works out of the box

Usage

Run Alpha from your terminal and start typing expressions:

$ alpha
> 2 + 2
4
> 3 * (7 + 1)
24
> 10 / 3
3.3333333
> exit

Installation

Clone the repository and run:

git clone https://github.com/Paran-oid/Alpha.git
mkdir build
cd build
cmake ..
make
# If compiled, e.g. for C/C++
make
./Alpha

Supported Operations

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Grouping (())

Contributing

Feel free to open issues or submit pull requests for new features, bug fixes, or documentation improvements!


License

MIT


Author

Made with ❤️ by Paran-oid

About

Alpha is a mini terminal calculator that's built on C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published