WebTrader 1.1.0__tar.gz → 1.1.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.2
2
2
  Name: WebTrader
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: You can quickly open websites from your computer on your phone or tablet.
5
5
  Author: NecmeddinHD
6
6
  Keywords: telegram bot share link device transfer
@@ -99,6 +99,17 @@ Web sitelerini **bilgisayarınızdan** **telefonunuza veya tabletinize** kolayca
99
99
 
100
100
  pip install WebTrader
101
101
 
102
+ ## ⚙️ Güncelleme
103
+
104
+ pip install WebTrader --upgrade
105
+
106
+ ## 📼 Import etme ( İçe Aktarma )
107
+
108
+ - from webtrader import *
109
+ - from webtrader import main
110
+
111
+
112
+
102
113
  ## Otomasyon
103
114
  - Telegram ID'nizi @userinfobot Telegram botu aracılığıyla alın
104
115
  - Kodunuza bu satırı ekleyin: `webtrader.chat_id="ID"`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: WebTrader
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: You can quickly open websites from your computer on your phone or tablet.
5
5
  Author: NecmeddinHD
6
6
  Keywords: telegram bot share link device transfer
@@ -99,6 +99,17 @@ Web sitelerini **bilgisayarınızdan** **telefonunuza veya tabletinize** kolayca
99
99
 
100
100
  pip install WebTrader
101
101
 
102
+ ## ⚙️ Güncelleme
103
+
104
+ pip install WebTrader --upgrade
105
+
106
+ ## 📼 Import etme ( İçe Aktarma )
107
+
108
+ - from webtrader import *
109
+ - from webtrader import main
110
+
111
+
112
+
102
113
  ## Otomasyon
103
114
  - Telegram ID'nizi @userinfobot Telegram botu aracılığıyla alın
104
115
  - Kodunuza bu satırı ekleyin: `webtrader.chat_id="ID"`
@@ -4,7 +4,7 @@ with open("readme.md", "r", encoding="utf-8") as f:
4
4
  descript=f.read()
5
5
  setup(
6
6
  name="WebTrader",
7
- version="1.1.0",
7
+ version="1.1.1",
8
8
  packages=find_packages(),
9
9
  install_requires=["pyperclip", "requests"],
10
10
  description="You can quickly open websites from your computer on your phone or tablet.",
File without changes