kaliCalc - Soulver Clone for Mac

Hey Folks,

Built a Soulver-type app as a weekend project. Wanted to open-source and see if anyone else was interested in contributing.

kaliCalc is a MenuBar StatusItem, you launch it from the Mac Menubar.


The original Soulver is a great app.

kaliCalc isn’t feature rich :wink: There’s nothing novel about it. It’s doesn’t have an amazing design, and you’re probably not going to learn a lot. The hope is that others will contribute and make it better. There are probably lots of things I could have done better from a programming perspective, but this was a weekend project, and I believe in releasing an MVP, then iterating :wink:

Contributions
REALEasyPrefs
Originally by Chris Cormeau.
This version has been modified and updated for the new REAL Studio IDE and Frameworks by Tim Jones.
I will try to keep it updated and available on my .me homesite.
tolistim@me.com

macoslib

This is the MacOSLib project for Xojo (formerly Real Studio).
It provides additional OS X specific functionality that Xojo’s own framework doesn’t offer.
It even has some cross-platform functionality in order to access Mac specific data on Windows and Linux (e.g. plist files).

Evaluator XojoScript
I believe I grabbed this from the xojo blog or xojo forum. Excellent work. Thank you!
I believe Paul Lefebvre, maybe?

PaintCellBackground
Paul Lefebvre
Mark Sweeney
Thomas Robisson
Simple, Easy, Thank You!

5 Likes

Updated with minor fixes. Pull updates…

  • decimal alignment
  • listbox fixes
  • minor cleanup

Pages added in Experimental Branch

Updated with:

  • Ability to reorder Pages

Features:

  • Enter space or “-” to add Comments
  • Enter subtotal to subtotal sections
  • Drag Pages to re-order
  • Dark mode (auto)
  • Alternating Colored Rows Listbox (Description Only)

Fun side project. Not a showcase project, by any means :wink:

3 Likes

[OFFTOPIC]

Just for the fun i injected your first subtotal calc, into ChatGPT. Because i think, this is something not even a ChatBot can do wrong. :wink:

Here’s the result.


To calculate the total amount, we need to perform the necessary calculations for taxes, insurance, and mortgage.

Taxes:
1.2% of $550,500 = $6,606

Insurance:
$2,000 divided by 12 months = $166.67 per month

Mortgage:
$7,500

Total amount:
$6,606 (taxes) + $166.67 (insurance) + $7,500 (mortgage) = $14,272.67

Therefore, the total amount is $14,272.67.

Screenshot 2023-06-28 at 6.40.22 AM

Yup!

1 Like

vey nice !
i’m also a fan of soulver, i use it daily

would it be nice when you press return you add a line ? like in soulver ? instead of the plus button, it’s possible ?

thanks

Give it a shot! development and master branches updated.

1 Like