-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
This would create a simple form:
#!/usr/bin/env python3
from dataclasses import dataclass
from mininterface import run
@dataclass
class Env:
foo1: str
foo2: int
foo3: float
foo4: bool
m = run(Env)
print(m.env)
quit()
Some complex fields (like datetime) are re-created here; re-create also basic types str, int, float, bool:
| grid_info = replace_variable(variable) |
So that we might suppress the dependency on tkinter_form library (which seems stuck) in the future.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers