splashscreen-engine 2.0.5__tar.gz → 2.0.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: splashscreen-engine
3
- Version: 2.0.5
3
+ Version: 2.0.6
4
4
  Summary: A Python framework for creating splash screens with videos, images, animated loading bars, threaded rendering, transparency, and dynamic UI support.
5
5
  Home-page: https://github.com/NamanChhabra21/splashscreen-engine
6
6
  Author: Naman Chhabra
@@ -47,12 +47,44 @@ Dynamic: summary
47
47
  ![License](https://img.shields.io/github/license/NamanChhabra21/splashscreen-engine)
48
48
  # splashscreen-engine
49
49
  A module for making Splash Screens with videos, images, loading bars, text rendering, and threaded rendering support for your Applications.
50
-
51
50
  ## Sample Preview
52
- #### Template 1
53
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot.png)
54
- #### Template 2
55
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot3.png)
51
+
52
+ You can find these template codes here:
53
+ [Templates](https://github.com/NamanChhabra21/splashscreen-engine/tree/main/Templates)
54
+
55
+ <table>
56
+ <tr>
57
+ <td align="center">
58
+
59
+ ### Template 1
60
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template0GIF.gif" width="350">
61
+
62
+ </td>
63
+
64
+ <td align="center">
65
+
66
+ ### Template 3
67
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template2GIF.gif" width="350">
68
+
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td align="center">
74
+
75
+ ### Template 2
76
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template1GIF.gif" width="350">
77
+
78
+ </td>
79
+
80
+ <td align="center">
81
+
82
+ ### Template 4
83
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template3GIF.gif" width="350">
84
+
85
+ </td>
86
+ </tr>
87
+ </table>
56
88
 
57
89
  ## Features
58
90
 
@@ -176,7 +208,7 @@ It usually contains:
176
208
  - Note : Clicking on Maximize / Minimize button automatically resizes the screen
177
209
 
178
210
  ---
179
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot2.png)
211
+ ![Preview](Screenshots/screenshot2.png)
180
212
  ---
181
213
  #### To create a Title Bar
182
214
  ```python
@@ -3,12 +3,44 @@
3
3
  ![License](https://img.shields.io/github/license/NamanChhabra21/splashscreen-engine)
4
4
  # splashscreen-engine
5
5
  A module for making Splash Screens with videos, images, loading bars, text rendering, and threaded rendering support for your Applications.
6
-
7
6
  ## Sample Preview
8
- #### Template 1
9
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot.png)
10
- #### Template 2
11
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot3.png)
7
+
8
+ You can find these template codes here:
9
+ [Templates](https://github.com/NamanChhabra21/splashscreen-engine/tree/main/Templates)
10
+
11
+ <table>
12
+ <tr>
13
+ <td align="center">
14
+
15
+ ### Template 1
16
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template0GIF.gif" width="350">
17
+
18
+ </td>
19
+
20
+ <td align="center">
21
+
22
+ ### Template 3
23
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template2GIF.gif" width="350">
24
+
25
+ </td>
26
+ </tr>
27
+
28
+ <tr>
29
+ <td align="center">
30
+
31
+ ### Template 2
32
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template1GIF.gif" width="350">
33
+
34
+ </td>
35
+
36
+ <td align="center">
37
+
38
+ ### Template 4
39
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template3GIF.gif" width="350">
40
+
41
+ </td>
42
+ </tr>
43
+ </table>
12
44
 
13
45
  ## Features
14
46
 
@@ -132,7 +164,7 @@ It usually contains:
132
164
  - Note : Clicking on Maximize / Minimize button automatically resizes the screen
133
165
 
134
166
  ---
135
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot2.png)
167
+ ![Preview](Screenshots/screenshot2.png)
136
168
  ---
137
169
  #### To create a Title Bar
138
170
  ```python
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as f:
6
6
  setup(
7
7
  name="splashscreen-engine",
8
8
 
9
- version="2.0.5",
9
+ version="2.0.6",
10
10
 
11
11
  py_modules=[
12
12
  "splashscreen_engine",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: splashscreen-engine
3
- Version: 2.0.5
3
+ Version: 2.0.6
4
4
  Summary: A Python framework for creating splash screens with videos, images, animated loading bars, threaded rendering, transparency, and dynamic UI support.
5
5
  Home-page: https://github.com/NamanChhabra21/splashscreen-engine
6
6
  Author: Naman Chhabra
@@ -47,12 +47,44 @@ Dynamic: summary
47
47
  ![License](https://img.shields.io/github/license/NamanChhabra21/splashscreen-engine)
48
48
  # splashscreen-engine
49
49
  A module for making Splash Screens with videos, images, loading bars, text rendering, and threaded rendering support for your Applications.
50
-
51
50
  ## Sample Preview
52
- #### Template 1
53
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot.png)
54
- #### Template 2
55
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot3.png)
51
+
52
+ You can find these template codes here:
53
+ [Templates](https://github.com/NamanChhabra21/splashscreen-engine/tree/main/Templates)
54
+
55
+ <table>
56
+ <tr>
57
+ <td align="center">
58
+
59
+ ### Template 1
60
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template0GIF.gif" width="350">
61
+
62
+ </td>
63
+
64
+ <td align="center">
65
+
66
+ ### Template 3
67
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template2GIF.gif" width="350">
68
+
69
+ </td>
70
+ </tr>
71
+
72
+ <tr>
73
+ <td align="center">
74
+
75
+ ### Template 2
76
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template1GIF.gif" width="350">
77
+
78
+ </td>
79
+
80
+ <td align="center">
81
+
82
+ ### Template 4
83
+ <img src="https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/Template3GIF.gif" width="350">
84
+
85
+ </td>
86
+ </tr>
87
+ </table>
56
88
 
57
89
  ## Features
58
90
 
@@ -176,7 +208,7 @@ It usually contains:
176
208
  - Note : Clicking on Maximize / Minimize button automatically resizes the screen
177
209
 
178
210
  ---
179
- ![Preview](https://raw.githubusercontent.com/NamanChhabra21/splashscreen-engine/main/Screenshots/screenshot2.png)
211
+ ![Preview](Screenshots/screenshot2.png)
180
212
  ---
181
213
  #### To create a Title Bar
182
214
  ```python
@@ -80,7 +80,7 @@ def draw_loading_bar(screen, bars):
80
80
  ),
81
81
  border_radius=10
82
82
  )
83
- return
83
+ continue
84
84
 
85
85
  # For Inner Bar Video
86
86
  surface = bar.video.next_frame(