Fluent Python Calculator Versions Save

FluxCalc, a calculator with a tiny bit of Fluent design

v2.1

1 year ago

New version, some small improvements.

What's new:

  • Mica is now optional. Thanks for @sumeshir26 for the idea. (I used the code comes from @TimothyMalahy in v.04, but had been removed in newer version, is know back!)
  • Added keyboard binding.

Know issue:

  • I'm aware of the Tkinter bug in high dpi display (125%, 150% scaling), which makes the font looks blurry. There is no way to fix that for now. Thankfully, the font looks crystal clear in 100% scaling which most of Windows laptop/PC use.

image

v2.0

1 year ago

This is version 2.0 of FluxCalc! We are so excited to bring you the new UI redesign and all the other new Features!

New Features

  • Big UI redesign by @HuyHung1408
  • Proper Bracket multiplication by @not-nef
  • Added Always on top feature so you can easily pin it on top, and use it anytime.
  • Fluent Python Calculator finally has a proper, a better name, FluxCalc, hope that we can bring you the best experience while enjoying our apps!

Full Changelog: https://github.com/Futura-Py/FluxCalc/compare/v1.0...v2.0

v1.0

2 years ago

The first version of Fluent Python Calculator! First, I want to thank all of you for helping me finish this project. I couldn't finish it without the help of y'all

  • Improved entry width!
  • Add Mica* (thanks for @sumeshir26 and @Olikonsti)
  • Fixed AccentButton (thanks for @RivanParmar)
  • Add backspace button
  • Fluent Calculator now follow your system dark/light mode
  • Fixed "+" button bigger than usual.
  • Fluent Calculator is now installed as an app!
  • App will launch faster!
Light mode Dark mode
image image

*No Mica for Windows 10

v0.5

2 years ago

Big update!

  • #6 Proper division button (thanks for @sumeshir26)
  • Acrylic, dark title when dark mode on (thanks for @sumeshir26, @not-nef, and @im-coder-lg)
  • New functions!
  • Change from menu bar to button to change dark/light mode. Trying to use the Json config file again since it was deleted (because I changed from menu bar to button)

Known issues:

  • The title bar was still dark even when it was changed into light mode.
  • Acrylic sometimes broken!
Light mode Dark mode
image image

v0.4

2 years ago

New features!

  • Fluent Python Calculator now save your dark/light mode (thanks for @TimothyMalahy again)
  • Add 'error' message when 0/0 (try by yourself)

Will try to make a dark title bar when dark mode with the help of @not-nef and @im-coder-lg in future release

v0.3

2 years ago

New update!

  • Light/dark mode changing through a menu bar button thanks for @TimothyMalahy
  • Looking for a way make menu bar changing color, not sure if it's possible (because change to dark mode make the title bar looks bad)
Light mode Dark mode
image image

v0.2.3

2 years ago

New update for sure!

⚠️ Currently since antivirus marked it as a virus because I converted it into .exe using pyinstaller, if you still think it is a virus, check the python file.

  • Converted file to .exe, wow!
  • All should work correctly, IMPORTANT read README.md for more information about some notes for the .exe file!
  • New app icon ✨
  • Due to python limitations, don't delete .ico, .tcl and theme folder Note: Nothing changed about the design, so I will not attach it here, if you want the python file, check here (v0.2)

image

v0.2

2 years ago

New update!

  • Buttons size are now bigger, and all in the same size now
  • App window is also taller

image

v0.1

2 years ago

First release!

  • All of the buttons should work
  • Some buttons have different sizes although they have the same size in the code, will fix it in the next version!