Moosems

Results 460 comments of Moosems

LOL, my life has been so freaking crazy 🤣. I had so many plans for this summer and a grand total of 0 are completed.

```python Traceback (most recent call last): File "/Users/Moosems/Desktop/TkTerminal/test.py", line 1, in from tktermwidget import Terminal File "/Users/Moosems/Desktop/TkTerminal/tktermwidget/__init__.py", line 7, in from .style import * # noqa: F401, F403 ^^^^^^^^^^^^^^^^^^^^ File...

I'll give it a shot sometime soon.

Been traveling all month :). Two more weeks.

How's that other project of yours going?

The newest one :).

Use an event_generate for "threads" as tkinter isn't thread safe.

> Can you give an example to show how to use `event_generate()`? ```python from tkinter import Tk, Button root = Tk() def threaded(_) -> None: print("Running in tandem with the...

> It seems that tkinter is thread safe now...? (In the new version) > > I also find a closed issues talks about tkinter thread safe: > > https://github.com/python/cpython/issues/55286 Read...

https://github.com/billyeatcookies/Biscuit/blob/main/biscuit/core/components/views/panel/terminal/terminal.py