A simple calculator made using tkinter.
- Cross-platform
- easy to use
- supports common mathematical functions like
+ |
- |
* |
/ |
|---|---|---|---|
exp |
x! |
^2 |
% |
- Supports
undoandAC
You can download the executable for
*nixbased systems andMacusers: Download executable for *nix/Mac
OR
You can do a git-clone of the repository
$ git clone https://github.com/prodicus/pyCalc.git
$ cd pyCalc/src
$ chmod +x main.py
$ ./main.py- refactoring for adding
classes - adding other mathematical functions (eg:
log,lnet el) - increasing the font for the GUI
- Adding a
.exerelease for windows based systems.(currently has executable for*nixbased systems)
Feel free to contribute
- Fork it.
- Create your feature branch (
git checkout -b my-new-awesome-feature) - Commit your changes (
git commit -am 'Added <xyz> feature') - Push to the branch (
git push origin my-new-awesome-feature) - Create new Pull Request
MIT License http://prodicus.mit-license.org/ © Tasdik Rahman
If you have found my little bits of software being of any use to you, do consider helping me pay my internet bills :)
| PayPal | ![]() |
|---|---|
| Gratipay | ![]() |
| Patreon | ![]() |
| £ (GBP) | ![]() |
| € Euros | ![]() |
| ₹ (INR) | ![]() |





