Reputation: 61
I am creating a Voice Assistant Program using Python and I wanna add a feature to it that shows the last time when the Assistant was used. Is there any method to do that? I am using tkinter
for my GUI.
Upvotes: 1
Views: 63
Reputation: 613
In high level terms, the solution sounds like this:
Upvotes: 1
Reputation: 9057
Often times, the obvious answer is the easiest/right one.
In this case, why not store the previous usages of the voice assistant?
It offers you a lot of benefits:
Upvotes: 2