Umstellung auf Customtkinter.

This commit is contained in:
2024-07-15 09:40:40 +02:00
parent e0d1fc976a
commit 0c4926f0d5
123 changed files with 11824 additions and 46 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2023 Tom Schimansky
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,18 @@
Metadata-Version: 2.1
Name: customtkinter
Version: 5.2.2
Summary: Create modern looking GUIs with Python
Home-page: https://customtkinter.tomschimansky.com
Author: Tom Schimansky
License: Creative Commons Zero v1.0 Universal
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: darkdetect
Requires-Dist: packaging
Requires-Dist: typing-extensions ; python_version <= "3.7"
A modern and customizable python UI-library based on Tkinter: https://customtkinter.tomschimansky.com

View File

@@ -0,0 +1,102 @@
customtkinter-5.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
customtkinter-5.2.2.dist-info/LICENSE,sha256=yXO4YA5iAVnLBHPrmwh4MUPg2e1TM_NQ_JMzaNlNng0,1071
customtkinter-5.2.2.dist-info/METADATA,sha256=Ju0LVS8oBVdkzfvV7D4lrmRd_LASEAF5p8PeVYw6DsM,677
customtkinter-5.2.2.dist-info/RECORD,,
customtkinter-5.2.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
customtkinter-5.2.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
customtkinter-5.2.2.dist-info/top_level.txt,sha256=wLXrY2KS8Vj2MnAIH53xH5gHMNCLCKQEmn2QjU9nDH0,14
customtkinter/__init__.py,sha256=_eLjpybhQB49OORUMIU-op8w0_W4Gxus5AQi3yzQcjg,2861
customtkinter/__pycache__/__init__.cpython-311.pyc,,
customtkinter/assets/.DS_Store,sha256=V62jh68Vv_RIJCoF5ONdK3V3mLCALLiUyBtNxORzAC8,6148
customtkinter/assets/fonts/CustomTkinter_shapes_font.otf,sha256=-tZ-KwYMMYtshkbQh_vTrdk4tmdiQ_FLDFJiMXlkEnQ,3528
customtkinter/assets/fonts/Roboto/Roboto-Medium.ttf,sha256=SsjgNgb_pMN_YaZRCiCA8fN6cFT0cmwhSIfTsj9y42k,168644
customtkinter/assets/fonts/Roboto/Roboto-Regular.ttf,sha256=MZz_bnox8PKkHEddykKJCqXRn-FgF-IpD4wdThT3ZIE,168260
customtkinter/assets/icons/.DS_Store,sha256=5T77LKT94iGaPcXe1CLsRu7MegVHtmY7msnhYZasbSU,6148
customtkinter/assets/icons/CustomTkinter_icon_Windows.ico,sha256=EjTAF8hx6y4g029mj5PgZs3Lk9tGTVzvnXpb-DUG0ow,13238
customtkinter/assets/themes/blue.json,sha256=yUF0cMFs7XpD1sSo4Cevpu3GLCTVrufEwtzRE4WWTTs,4520
customtkinter/assets/themes/dark-blue.json,sha256=alf6b4-4lhowzmQpUisYDXbjr5uODarCWQWYQThqa9M,4514
customtkinter/assets/themes/green.json,sha256=ea2Gv-p_BVesHiCAKJKrtEqWevFbkxWwA5zXXItyp3Y,4515
customtkinter/windows/__init__.py,sha256=eSoo0x_4XkSok_BaQbtM-AtwMRu1za6MPhd6YfWz6sI,107
customtkinter/windows/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/__pycache__/ctk_input_dialog.cpython-311.pyc,,
customtkinter/windows/__pycache__/ctk_tk.cpython-311.pyc,,
customtkinter/windows/__pycache__/ctk_toplevel.cpython-311.pyc,,
customtkinter/windows/ctk_input_dialog.py,sha256=_mAWVEBSPiuBgISbXaWE8LG5Fs7hp0KOM-BmVfBwnp0,5897
customtkinter/windows/ctk_tk.py,sha256=pvYD7mP9SXdVKIomRbNKt0Zu2pFsIOf3246DqPFz1Pg,15646
customtkinter/windows/ctk_toplevel.py,sha256=jEaJpXnAXW6wsdeh3Tr9oABk39GSuk0Z_7OgG8F9Nf8,14750
customtkinter/windows/widgets/__init__.py,sha256=DNohOpF5R2Ae1iP4wNpsDYkOnMRiVrcNdwCPWIxNWGI,622
customtkinter/windows/widgets/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_button.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_checkbox.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_combobox.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_entry.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_frame.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_label.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_optionmenu.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_progressbar.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_radiobutton.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_scrollable_frame.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_scrollbar.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_segmented_button.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_slider.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_switch.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_tabview.cpython-311.pyc,,
customtkinter/windows/widgets/__pycache__/ctk_textbox.cpython-311.pyc,,
customtkinter/windows/widgets/appearance_mode/__init__.py,sha256=fKKK0fVUHFiqmSZw0GZFY0GKgJGDs8A5OXvSBEC3qSg,172
customtkinter/windows/widgets/appearance_mode/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/appearance_mode/__pycache__/appearance_mode_base_class.cpython-311.pyc,,
customtkinter/windows/widgets/appearance_mode/__pycache__/appearance_mode_tracker.cpython-311.pyc,,
customtkinter/windows/widgets/appearance_mode/appearance_mode_base_class.py,sha256=nTXJC4vpwjrgCiaOv3V20xVvtkxKR9pVJykIkhWKFz8,2602
customtkinter/windows/widgets/appearance_mode/appearance_mode_tracker.py,sha256=L-X-eLxWFhenWtHr7Z_Mp5msaBTMEIxc-hhKrIVn7bc,3630
customtkinter/windows/widgets/core_rendering/__init__.py,sha256=212WNYQ90_4YY_QB6x0E-xCqqmUXsWegNPQ4VeXSKO0,324
customtkinter/windows/widgets/core_rendering/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/core_rendering/__pycache__/ctk_canvas.cpython-311.pyc,,
customtkinter/windows/widgets/core_rendering/__pycache__/draw_engine.cpython-311.pyc,,
customtkinter/windows/widgets/core_rendering/ctk_canvas.py,sha256=uXHYqdTns1LAp2GYadyBDcKt5PpNUHka_7l4aV1jqqg,5894
customtkinter/windows/widgets/core_rendering/draw_engine.py,sha256=eeXpsYiCDOqUQo5Pz5nBHDQqg99drt4QDjODmrdee8w,91030
customtkinter/windows/widgets/core_widget_classes/__init__.py,sha256=DsG3zo4hzAUmdFbt3aXgen0Vs0Y9-ppycKTIfrHTYMA,81
customtkinter/windows/widgets/core_widget_classes/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/core_widget_classes/__pycache__/ctk_base_class.cpython-311.pyc,,
customtkinter/windows/widgets/core_widget_classes/__pycache__/dropdown_menu.cpython-311.pyc,,
customtkinter/windows/widgets/core_widget_classes/ctk_base_class.py,sha256=PTxPeqvfnct-wuXBqodbGDxpfXJ67Cal201qJxCt3EE,15793
customtkinter/windows/widgets/core_widget_classes/dropdown_menu.py,sha256=dC_SEWk_XQbX47NjLDyhsKh8YKNyPFndoIIxqAnOGRE,8516
customtkinter/windows/widgets/ctk_button.py,sha256=TE_6T88cL8ae1p8ZOy_WE4inpxjP0iaXej0qmjcjbCU,27699
customtkinter/windows/widgets/ctk_checkbox.py,sha256=h8w7SG_9oWE4x4_iBQ-qXvxTq1J_o0Dj4C6JZAqXANU,22420
customtkinter/windows/widgets/ctk_combobox.py,sha256=p1dYS2r9nq7BFfidIbt9JCaZRB8XtjV4XHUV8nGpdGo,20602
customtkinter/windows/widgets/ctk_entry.py,sha256=bxhcZAQt81S59UA5v9fJtsXLLHf9NuUy4qDh4K2m-Ec,17898
customtkinter/windows/widgets/ctk_frame.py,sha256=hcyGh8OzB2CzwCb9c4DMC29QqJS9awzNzEZZmzv5Usc,9515
customtkinter/windows/widgets/ctk_label.py,sha256=4WDRL_gbctV9t-SIKp1oowbvXB-x3CN5o5yajrOogxE,13106
customtkinter/windows/widgets/ctk_optionmenu.py,sha256=5g2OzI6mexzGZxmrUStsyuG-MiihAr-UhyzVS5y5vko,19637
customtkinter/windows/widgets/ctk_progressbar.py,sha256=k8aa_RUIVb-gNUsOUxIHAzBkw8yDgZuU0ar5JeRp4EA,14120
customtkinter/windows/widgets/ctk_radiobutton.py,sha256=hEY0uDuStmkizlpkP8QsfLXRgRNexaj_JPM8_2Iyf3Q,20215
customtkinter/windows/widgets/ctk_scrollable_frame.py,sha256=wKJI1U36m5FhDjIcuDoYPWbTQbLDtusBXu3c1UYQOzk,15121
customtkinter/windows/widgets/ctk_scrollbar.py,sha256=cO6NwExutdSXUBSRdbVve9b0dvV9djUs9Pxetqfxfn8,13860
customtkinter/windows/widgets/ctk_segmented_button.py,sha256=zKPj1J_ZbEXbt5en7vHdZhooqNIrDkr3DKo-QEQ3rvc,20878
customtkinter/windows/widgets/ctk_slider.py,sha256=1xY9vnha-djmym0iLpBkVK30aCDw92lqTMOgZiJ4Hhk,18867
customtkinter/windows/widgets/ctk_switch.py,sha256=aOscR68hoHVkmugnWMqTlsKlLZgGCiO1rfXkDOQSC0Y,23420
customtkinter/windows/widgets/ctk_tabview.py,sha256=ieGuEQqUH7miPQWIkSyon7KVWdbqFFKW5k7oBv53jRg,21472
customtkinter/windows/widgets/ctk_textbox.py,sha256=l-XEQQYVKMB7cTEk4h150b2s-o2HpRh7zHROVc9H3bA,24571
customtkinter/windows/widgets/font/__init__.py,sha256=zYlSsJH-8rL77t7dkz0vXOofHh8NdiIuMQK4V8mfINM,1302
customtkinter/windows/widgets/font/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/font/__pycache__/ctk_font.cpython-311.pyc,,
customtkinter/windows/widgets/font/__pycache__/font_manager.cpython-311.pyc,,
customtkinter/windows/widgets/font/ctk_font.py,sha256=5cdHvujB_tfDlsw9ZRMiGBASvmRSg_WIbSF99x_21vA,3825
customtkinter/windows/widgets/font/font_manager.py,sha256=jwpu61Z00noq0UWcFaHftAMRvXgmKQHEmQiDq-CrqNw,2268
customtkinter/windows/widgets/image/__init__.py,sha256=pzbwlIAV4OE-CkdxJIrl1ELcRg7vbQKkC6HaHLGDNI8,32
customtkinter/windows/widgets/image/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/image/__pycache__/ctk_image.cpython-311.pyc,,
customtkinter/windows/widgets/image/ctk_image.py,sha256=uL_oJrlq8Z134qjiii44Lg03utETSf7rBJ6kgPHeYzk,5306
customtkinter/windows/widgets/scaling/__init__.py,sha256=2GjeG2_A4gq8g7pROKPw6QR2mIH7b6iRDQvT26qz8R4,287
customtkinter/windows/widgets/scaling/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/scaling/__pycache__/scaling_base_class.cpython-311.pyc,,
customtkinter/windows/widgets/scaling/__pycache__/scaling_tracker.cpython-311.pyc,,
customtkinter/windows/widgets/scaling/scaling_base_class.py,sha256=VbzzA9GPujOYbEJjDsQRnvoY6v7RSitZwr37lZAkk_8,7060
customtkinter/windows/widgets/scaling/scaling_tracker.py,sha256=cuilXEeSTOylgDRNf2kh-eDQShup-i2Nc7oOcLo3Vtw,8745
customtkinter/windows/widgets/theme/__init__.py,sha256=iZ6T6O-v39hOLfTLuNbTLt0XA_raCYtxwGnmqNB2Lmk,471
customtkinter/windows/widgets/theme/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/theme/__pycache__/theme_manager.cpython-311.pyc,,
customtkinter/windows/widgets/theme/theme_manager.py,sha256=E-VtzWKZ2IXrc_hvfGUdj50GNr8eII7S_fWBk58xix0,2179
customtkinter/windows/widgets/utility/__init__.py,sha256=STsgOQvThAoUarV9ovM6M40araQUDNU_QmmHbyMaRx0,72
customtkinter/windows/widgets/utility/__pycache__/__init__.cpython-311.pyc,,
customtkinter/windows/widgets/utility/__pycache__/utility_functions.cpython-311.pyc,,
customtkinter/windows/widgets/utility/utility_functions.py,sha256=d0Wj5Aioxhb3qtC0ITuNZHjwfFHegUfK-bfkDXrrufk,766

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1 @@
customtkinter