init repo

This commit is contained in:
2026-04-15 07:53:51 +08:00
commit 7e9f9b5f25
21 changed files with 38577 additions and 0 deletions

8
PySimpleGUI/mkdocs.yml Executable file
View File

@@ -0,0 +1,8 @@
site_name: PySimpleGUI
theme:
name: mkdocs
custom_dir: docs_modification/
plugins:
- search:
prebuild_index: true
extra_css: [extra.css]