Skip to content

Releases: warmachine028/Better-Calculator

Better Calculator V4.2.1 [BETA]

15 Jul 16:47
Compare
Choose a tag to compare
Pre-release

Minor Update

  • Reduced Code
  • Added a new class BooleanVar
  • Shifted few functions from main.py
  • Added templates

Better Calculator V4.2.0

28 Jun 15:40
Compare
Choose a tag to compare

Feature Update

  • Addition of Clear History Feature
  • Added 3 buttons to delete history
    • CLEAR ALL
    • CLEAR LAST 10
    • CLEAR LAST DAY
  • Fixed Bugs:
    • History Frames Overlap Scientific Frame

In Super Dark THEME

dark

In Aurora Light THEME

light

Better Calculator V4.1.2

27 Jun 15:46
Compare
Choose a tag to compare
Pre-release

Minor Fixes

  • Minor Update: Reduced Code and added Type Hinting
  • Removed redundant color settings from every widget instead used theme() function to reduce code
  • Added more list comprehensions to reduce
  • Optimized imports for faster execution
  • Known Bugs:
    • History Frames Overlap Scientific Frame

Better Calculator V4.1.1

22 Jun 16:23
Compare
Choose a tag to compare

Minor Fixes

Code Restructurings
Edits in auxiliary.py
Added 2 Functions in auxiliary.py

  • to make numeric buttons
  • to make scientific buttons

Fixed Glitch:
- History Button opens window at the center of the screen

Better Calculator V4.1

12 Mar 07:42
Compare
Choose a tag to compare

Added a new feature (History)

Press H button beside Logo to activate history frame
Scroll up and down in the frame to view the histories.
Histories are arranged in Reverse order, (i.e. last history displayed first)
All histories of previous calculations are stored in data/log.txt
Equal button flashes when return key is pressed

Super dark

Screenshot 2021-03-12 131016

Aurora Light

Screenshot 2021-03-12 131038

Better Calculator V4.0.1 [BETA]

25 Feb 08:18
Compare
Choose a tag to compare
Pre-release

Now users can review their calculation history by opening data/log.txt file which contains histories of calculations date wise arranged.

history

Better Calculator V4.0

28 Jan 04:42
Compare
Choose a tag to compare

Added a new theme (Midnight City)

Preserved Old Themes in themes.json
Calculator opens in the center of the screen
V4 0

Better Calculator V3.2

01 Jan 05:02
Compare
Choose a tag to compare

Removed Bugs (exponential button fixed)
Removed print statements
Added more Functionalities
Added more colors

Better Calculator V3.0

30 Dec 07:56
Compare
Choose a tag to compare

Fixed bugs
New features and up-coming customizable theme supports

Better Calculator V2.2

29 Dec 20:01
Compare
Choose a tag to compare
Pre-release

Updated button text attributes
Upgraded functions in scientific mode