status:
- version V1 - compiled, finished (alpha version)
- version V2 - not compiled, in development
About the project:
This is a calculator designed to calculate physical formulas. The project is based on the Python programming language. Python Tkinter was used to create a graphical user interface (GUI). This project was created to popularize and facilitate the understanding of physics.
(A detailed description of the project is on the wiki)
Version Details: V1:
- Static location of objects
- Low performance (single threading)
- Little content
- All in one file
- Weak use of OOP
V2:
- Dynamic location of objects
- Multithreading
- No content restrictions
- Distribution on different files