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.
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/PKG-INFO +39 -7
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/README.md +38 -6
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/setup.py +1 -1
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/PKG-INFO +39 -7
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.py +1 -1
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/setup.cfg +0 -0
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/SOURCES.txt +0 -0
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/dependency_links.txt +0 -0
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/requires.txt +0 -0
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/top_level.txt +0 -0
- {splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/video_renderer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splashscreen-engine
|
|
3
|
-
Version: 2.0.
|
|
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
|

|
|
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
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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
|
-

|
|
180
212
|
---
|
|
181
213
|
#### To create a Title Bar
|
|
182
214
|
```python
|
|
@@ -3,12 +3,44 @@
|
|
|
3
3
|

|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-

|
|
136
168
|
---
|
|
137
169
|
#### To create a Title Bar
|
|
138
170
|
```python
|
{splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splashscreen-engine
|
|
3
|
-
Version: 2.0.
|
|
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
|

|
|
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
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
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
|
-

|
|
180
212
|
---
|
|
181
213
|
#### To create a Title Bar
|
|
182
214
|
```python
|
|
File without changes
|
{splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/requires.txt
RENAMED
|
File without changes
|
{splashscreen_engine-2.0.5 → splashscreen_engine-2.0.6}/splashscreen_engine.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|