ongx 0.1.0__py3-none-any.whl

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.
@@ -0,0 +1,55 @@
1
+ Metadata-Version: 2.4
2
+ Name: ongx
3
+ Version: 0.1.0
4
+ Summary: LOL
5
+ Author-email: Demid <you@example.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/username/repo
8
+ Project-URL: Source, https://github.com/username/repo
9
+ Keywords: python,library,ongx
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Operating System :: OS Independent
13
+ Requires-Python: >=3.8
14
+ Description-Content-Type: text/markdown
15
+ Requires-Dist: pygame
16
+
17
+ # Об ONGX
18
+
19
+ ONGX - это движок для создание двухмерных игр а также трехмерных игр
20
+
21
+ # кем он создан?
22
+
23
+ ОNGX делан командой "одним человеком" с название ЧВК "DRAGON"
24
+
25
+ ![описание](icon.png)
26
+
27
+
28
+ # ФУНКЦИИ ДВИЖКА
29
+
30
+ | ФУНКЦИИ | ЗАЧЕМ | ЗАНЧЕНИЕ |
31
+ |---------------|-------|----------|
32
+ | clear.color() | ИЗМЕНЕНИЕ ЦВЕТА| там должно быть RGB |
33
+
34
+ # ПРИМЕР КОДА
35
+
36
+ ### установка
37
+ ``` shell
38
+ pip install ongx
39
+ ```
40
+
41
+ ### использование
42
+
43
+ ``` python
44
+
45
+ import ongx as ng
46
+
47
+ app = ng.App()
48
+
49
+ app.run
50
+ ```
51
+
52
+ ## Удачи!
53
+
54
+
55
+ © 2026 ONGX
@@ -0,0 +1,4 @@
1
+ ongx-0.1.0.dist-info/METADATA,sha256=V_2UJ-mlmEbUdLAoUO0bUcoJoMkOGBYrl_aCoqGg8rI,1255
2
+ ongx-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
3
+ ongx-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ ongx-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+