Qwael 0.1.3__tar.gz → 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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Qwael
3
- Version: 0.1.3
3
+ Version: 1
4
4
  Summary: Easy Coding
5
5
  Home-page:
6
6
  Author: Bedirhan
@@ -0,0 +1,2 @@
1
+ from .DRİVE_OPEN import DRİVE
2
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Qwael
3
- Version: 0.1.3
3
+ Version: 1
4
4
  Summary: Easy Coding
5
5
  Home-page:
6
6
  Author: Bedirhan
@@ -2,7 +2,6 @@ LICENSE
2
2
  README.md
3
3
  setup.py
4
4
  Qwael/DRİVE_OPEN.py
5
- Qwael/Easy_app.py
6
5
  Qwael/__init__.py
7
6
  Qwael.egg-info/PKG-INFO
8
7
  Qwael.egg-info/SOURCES.txt
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="Qwael",
5
- version="0.1.3",
5
+ version="1",
6
6
  description="Easy Coding",
7
7
  long_description=open("README.md", encoding="utf-8").read(),
8
8
  long_description_content_type="text/markdown",
@@ -1,25 +0,0 @@
1
- from kivy.app import App
2
- from kivy.uix.label import Label
3
- from kivy.uix.textinput import TextInput
4
- from kivy.uix.gridlayout import GridLayout
5
- from kivy.lang import Builder
6
- from kivy.uix.widget import Widget
7
- from kivy.uix.button import Button
8
- from kivy.uix.boxlayout import BoxLayout
9
- from kivy.uix.floatlayout import FloatLayout
10
-
11
- class Easy_App:
12
- def open(add=()):
13
- if add():
14
- def Labell(txt="", x=None,y=None, sizing=None):
15
- class ekran(FloatLayout):
16
- def __init__(self,**kwargs):
17
- super(ekran,self).__init__(**kwargs)
18
- layout = BoxLayout(orieentation="vertical",padding=(30),spacing=(20))
19
- x = Label(text=txt, pos_hint={"x": 0.0, "y": 0.0}, size_hint=(None, None), size=(x, y), font_size=f"{sizing}sp")
20
- class uygulama(App):
21
- def build(self):
22
- pass
23
- if __name__ == "__main__":
24
- uygulama().run()
25
-
@@ -1,2 +0,0 @@
1
- from .DRİVE_OPEN import DRİVE
2
- from .Easy_app import Easy_App
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes