TextToolsPro
TextToolsPro copied to clipboard
[Request Feature] Add Math Expression
could be useful
I'm not entirely sure about what you mean, can you provide some examples? I'll try to include this when I release the update for android 14, if I have time 👍
Addition:
# Addition
result = 5 + 3
print(result) # Output: 8
Subtraction:
# Subtraction
result = 10 - 4
print(result) # Output: 6
Multiplication:
# Multiplication
result = 6 * 2
print(result) # Output: 12
Division:
# Division
result = 15 / 3
print(result) # Output: 5.0
but with date and other stuff. you could also add more complex math, and please make it built-in and not rely on cmd/shell.
Lots of things to think about! I will get to it but may take some time since espanso doesn't seem to have this and designing, coding and testing this might take a bunch of hours.