Skip to content

A simple calculator made with python and some of its modules like tkinter, math and os.

Notifications You must be signed in to change notification settings

Maximinodotpy/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

A simple calculator made with python and some of its modules like tkinter, math and os.

enter image description here

History

You can save the current calculation at any time to the history with the Save Current Input button on the History Panel.

You can then click this function to insert it back to the line edit.

This history is saved to a file.

Variable Insertion

This calculator also supports variable insertion, and there are some formulas which can be inserted with the formula menu. The following example shows how it works.

{a} + {b} ? a=5 & b=3

turns to ...

5 + 3

evaluates to ...

8

About

A simple calculator made with python and some of its modules like tkinter, math and os.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published