Skip to content

solider245/pyCalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyCalc

A simple calculator made using tkinter.

Features :

Version1.0

  • Cross-platform
  • easy to use
  • supports common mathematical functions like
+ - * /
exp x! ^2 %
  • Supports undo and AC

Usage:

Usage

Executable:

v1.0.0

You can download the executable for

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

To-do

  • refactoring for adding classes
  • adding other mathematical functions (eg: log, ln et el)
  • increasing the font for the GUI
  • Adding a .exe release for windows based systems.(currently has executable for *nix based systems)

Contributing

Feel free to contribute

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-awesome-feature)
  3. Commit your changes (git commit -am 'Added <xyz> feature')
  4. Push to the branch (git push origin my-new-awesome-feature)
  5. Create new Pull Request

License :

MIT License http://prodicus.mit-license.org/ © Tasdik Rahman

Donation

If you have found my little bits of software being of any use to you, do consider helping me pay my internet bills :)

PayPal Donate via PayPal!
Gratipay Support via Gratipay
Patreon Support me on Patreon
£ (GBP) Donate via TransferWise!
€ Euros Donate via TransferWise!
₹ (INR) Donate via instamojo

Packages

No packages published

Languages

  • Python 100.0%