TextToolsPro icon indicating copy to clipboard operation
TextToolsPro copied to clipboard

[Request Feature] Add Math Expression

Open OilSubjectLoss7 opened this issue 2 years ago • 3 comments

could be useful

OilSubjectLoss7 avatar Sep 23 '23 02:09 OilSubjectLoss7

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 👍

lochidev avatar Sep 23 '23 06:09 lochidev

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.

OilSubjectLoss7 avatar Sep 23 '23 07:09 OilSubjectLoss7

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.

lochidev avatar Sep 27 '23 02:09 lochidev