xpuz.__main__
¤
Entry point of xpuz.
_get_os_language
¤
_get_os_language() -> str
Infer language code from operating system data.
Returns:
| Type | Description |
|---|---|
str
|
The locale. |
Source code in src/xpuz/__main__.py
19 20 21 22 23 24 25 26 27 28 29 30 | |
main
¤
main() -> None
Main function to initialise the xpuz GUI.
Source code in src/xpuz/__main__.py
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | |