crystalwindow 4.0__tar.gz → 4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crystalwindow-4.0/crystalwindow.egg-info → crystalwindow-4.1}/PKG-INFO +1 -1
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/__init__.py +4 -4
- {crystalwindow-4.0 → crystalwindow-4.1/crystalwindow.egg-info}/PKG-INFO +1 -1
- {crystalwindow-4.0 → crystalwindow-4.1}/setup.py +1 -1
- {crystalwindow-4.0 → crystalwindow-4.1}/LICENSE +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/MANIFEST.in +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/README.md +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/FileHelper.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/Icons/default_icon.png +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/ai.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/animation.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/assets.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/camera.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/clock.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/collision.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/color_handler.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/crystal3d.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/docs/getting_started.md +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/docs/index.md +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/draw_helpers.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/draw_rects.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/draw_text_helper.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/draw_tool.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/fun_helpers.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/3dsquare.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/__init__.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/__main__.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/gravitytest.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/guitesting.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/sandbox.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/squaremove.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gametests/windowtesting.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gravity.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gui.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/gui_ext.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/math.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/player.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/sprites.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/tilemap.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/ver_warner.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow/window.py +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow.egg-info/SOURCES.txt +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow.egg-info/dependency_links.txt +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/crystalwindow.egg-info/top_level.txt +0 -0
- {crystalwindow-4.0 → crystalwindow-4.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crystalwindow
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.1
|
|
4
4
|
Summary: A Tkinter powered window + GUI toolkit made by Crystal (MEEEEEE)! Easier apps, smoother UI and all-in-one helpers!
|
|
5
5
|
Home-page: https://pypi.org/project/crystalwindow/
|
|
6
6
|
Author: CrystalBallyHereXD
|
|
@@ -29,7 +29,7 @@ from .animation import Animation
|
|
|
29
29
|
from .collision import check_collision, resolve_collision
|
|
30
30
|
|
|
31
31
|
# === GUI & Extensions ===
|
|
32
|
-
from .gui import Button, Label, GUIManager,
|
|
32
|
+
from .gui import Button, Label, GUIManager, hex_to_rgb, Fade
|
|
33
33
|
from .gui_ext import Toggle, Slider
|
|
34
34
|
|
|
35
35
|
# === Time ===
|
|
@@ -42,7 +42,7 @@ from .draw_text_helper import DrawTextManager
|
|
|
42
42
|
from .draw_tool import CrystalDraw
|
|
43
43
|
|
|
44
44
|
# === Misc Helpers ===
|
|
45
|
-
from .fun_helpers import random_name, DebugOverlay
|
|
45
|
+
from .fun_helpers import random_name, DebugOverlay, random_color, random_palette, lerp
|
|
46
46
|
from .camera import Camera
|
|
47
47
|
from .color_handler import Colors, Color
|
|
48
48
|
|
|
@@ -81,10 +81,10 @@ __all__ = [
|
|
|
81
81
|
"Clock",
|
|
82
82
|
|
|
83
83
|
# --- Drawing ---
|
|
84
|
-
"gradient_rect", "CameraShake", "DrawHelper", "DrawTextManager", "CrystalDraw",
|
|
84
|
+
"gradient_rect", "CameraShake", "DrawHelper", "DrawTextManager", "CrystalDraw",
|
|
85
85
|
|
|
86
86
|
# --- Misc ---
|
|
87
|
-
"random_name", "DebugOverlay", "Camera", "Colors", "Color",
|
|
87
|
+
"random_name", "DebugOverlay", "Camera", "Colors", "Color", "random_palette", "lerp"
|
|
88
88
|
|
|
89
89
|
# --- 3D ---
|
|
90
90
|
"CW3D",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crystalwindow
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.1
|
|
4
4
|
Summary: A Tkinter powered window + GUI toolkit made by Crystal (MEEEEEE)! Easier apps, smoother UI and all-in-one helpers!
|
|
5
5
|
Home-page: https://pypi.org/project/crystalwindow/
|
|
6
6
|
Author: CrystalBallyHereXD
|
|
@@ -7,7 +7,7 @@ with open("README.md", encoding="utf-8") as f:
|
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name="crystalwindow",
|
|
10
|
-
version="4.
|
|
10
|
+
version="4.1", # Force metadata refresh
|
|
11
11
|
packages=find_packages(include=["crystalwindow", "crystalwindow.*"]),
|
|
12
12
|
|
|
13
13
|
include_package_data=True, # include package_data files
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|