News

python-version-file pyproject.toml File containing the Python version to use. Example: .python-version architecture x64 The target architecture (x86, x64, arm64) of the Python interpreter.
ModernLogger/ ├── modern_logger/ # Core package │ ├── __init__.py # Package initialization with lazy loading │ ├── logger.py # Base logger with export functionality │ ├── gui_logger.py # Advanced GUI ...