israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.79k stars 363 forks source link

Include ability to completely change the text on the "amount used" part so I can input any value in I want (especially for making a stopwatch look) #449

Open Animatnetic opened 1 year ago

Animatnetic commented 1 year ago

Is your feature request related to a problem? Please describe.

Not necessarily a problem, but I was making a general clock app in ttkbootstrap for practice and I noticed that using meter would have made it looked very nice, however, due to way it is set up, I sadly can only put my time in second format (from the more appropriate HH:MM:SS) which makes it look quite akward (not defaming it at all just an enhancement to make the implementation very smooth and broader)

Describe the solution you'd like

Have the ability to completely have my own text to be in place of the the values included in amountused of which I can change it myself over time with tkinter's (or even ttkboostrap's) after method.

Describe alternatives you've considered

Have a custom widget for time ticking down (however I reckon the first solution is less complicated and can be extended for more uses.

Additional context

No response