vermedi allah allah şaşırdım
ee biz yönlendirdik sonuçta 
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. Tüm hakları saklıdır.
C:\Users\Güçlü>pip install pyinstaller
Collecting pyinstaller
Using cached https://files.pythonhosted.org/packages/82/96/21ba3619647bac2b34b
4996b2dbbea8e74a703767ce24192899d9153c058/pyinstaller-4.0.tar.gz
Installing build dependencies ... done
Requirement already satisfied: setuptools in c:\users\güçlü\appdata\local\progra
ms\python\python37\lib\site-packages (from pyinstaller) (39.0.1)
Collecting altgraph (from pyinstaller)
Downloading https://files.pythonhosted.org/packages/ee/3d/bfca21174b162f6ce674
953f1b7a640c1498357fa6184776029557c25399/altgraph-0.17-py2.py3-none-any.whl
Collecting pyinstaller-hooks-contrib>=2020.6 (from pyinstaller)
Downloading https://files.pythonhosted.org/packages/57/37/db0aed9ddd43d5c36588
72f8862c0258b2120165833d79efa635cbc32f7f/pyinstaller_hooks_contrib-2020.9-py2.py
3-none-any.whl (163kB)
100% |████████████████████████████████| 163kB 156kB/s
Collecting pefile>=2017.8.1 (from pyinstaller)
Downloading https://files.pythonhosted.org/packages/36/58/acf7f35859d541985f0a
6ea3c34baaefbfaee23642cf11e85fe36453ae77/pefile-2019.4.18.tar.gz (62kB)
100% |████████████████████████████████| 71kB 480kB/s
Collecting pywin32-ctypes>=0.2.0 (from pyinstaller)
Downloading https://files.pythonhosted.org/packages/9e/4b/3ab2720f1fa4b4bc924e
f1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.w
hl
Collecting future (from pefile>=2017.8.1->pyinstaller)
Downloading https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58
b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz (829kB)
100% |████████████████████████████████| 829kB 194kB/s
Installing collected packages: altgraph, pyinstaller-hooks-contrib, future, pefi
le, pywin32-ctypes, pyinstaller
Running setup.py install for future ... done
Running setup.py install for pefile ... done
Running setup.py install for pyinstaller ... done
Successfully installed altgraph-0.17 future-0.18.2 pefile-2019.4.18 pyinstaller-
4.0 pyinstaller-hooks-contrib-2020.9 pywin32-ctypes-0.2.0
You are using pip version 10.0.1, however version 20.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.
C:\Users\Güçlü>
bu çıktı sarı yazı nedir
bende en alt kısı sarı da
yaptığın indirme başarılı
tamamdır şimdi dönüştürmeyi nasıl yapacağım
dosyayı nasıl seçeceğim @hackaxx
pyinstaller --file dosyan.py
syntax eroro diyor nedense dosya ismini de tam girdim
o zaman yazdığın py dosyasında bir error var çünkü pyinstaller bir py dosyasını çalıştırıp onun verdiği çıktıyı verebilecek bir exe kodu yazıyor ve hata verincede o py dosyası maalesef çeviremiyor
C:\Users\Güçlü>pyinstaller --file DERS NOTLARI.py
File “C:\Users\Güçlü\AppData\Local\Programs\Python\Python37\Scripts\pyinstalle
r-script.py”, line 1
SyntaxError: Non-UTF-8 code starting with ‘\xfc’ in file C:\Users\Güçlü\AppData
Local\Programs\Python\Python37\Scripts\pyinstaller-script.py on line 1, but no e
ncoding declared; see http://python.org/dev/peps/pep-0263/ for details
bunu diyor
yazdığım dosyanın kodunu atacam bi dk
print("""
İŞLEMLER
Kimya 1.Ünite İçin[1]
Kimya 2.Ünite İçin[2]
Kimya 3.Ünite İçin[3]
Kimya 4.Ünite İçin[4]
Kimya 5.Ünite İçin[5]
""")
unıt = int(input("Değer Giriniz:"))
from selenium import webdriver
if unıt == int(1):
broswer = webdriver.Chrome(r"C:\Users\Güçlü\Desktop\EBA CANLI DERS FATİH İÇİN İNDİRİLENLER\chromedriver.exe")
broswer.get("http://ogmmateryal.eba.gov.tr/panel/upload/etkilesimli/kitap/fenlisesikimya/9/unite1/index.html")
elif unıt == int(2):
broswer = webdriver.Chrome(r"C:\Users\Güçlü\Desktop\EBA CANLI DERS FATİH İÇİN İNDİRİLENLER\chromedriver.exe")
broswer.get("http://ogmmateryal.eba.gov.tr/panel/upload/etkilesimli/kitap/fenlisesikimya/9/unite2/index.html")
elif unıt == int(3):
broswer = webdriver.Chrome(r"C:\Users\Güçlü\Desktop\EBA CANLI DERS FATİH İÇİN İNDİRİLENLER\chromedriver.exe")
broswer.get("http://ogmmateryal.eba.gov.tr/panel/upload/etkilesimli/kitap/fenlisesikimya/9/unite3/index.html")
elif unıt == int(4):
broswer = webdriver.Chrome(r"C:\Users\Güçlü\Desktop\EBA CANLI DERS FATİH İÇİN İNDİRİLENLER\chromedriver.exe")
broswer.get("http://ogmmateryal.eba.gov.tr/panel/upload/etkilesimli/kitap/fenlisesikimya/9/unite4/index.html")
elif unıt == int(5):
broswer = webdriver.Chrome(r"C:\Users\Güçlü\Desktop\EBA CANLI DERS FATİH İÇİN İNDİRİLENLER\chromedriver.exe")
broswer.get("http://ogmmateryal.eba.gov.tr/panel/upload/etkilesimli/kitap/fenlisesikimya/9/unite5/index.html")
else:
exit
selenıumdan olabilme ihtimali nedir @hackaxx
selenium bilgisayardaki dosyaları açmıyor chrome üzerinden
neden ben onu normalde çalıştırdığımda oluyordu @hackaxx
şimdi şu komutu verirmisin cmdye pyinstaller -F dosyan
aynı değişen bir şey yok
C:\Users\Güçlü>pyinstaller -F DERS NOTLARI.py
File “C:\Users\Güçlü\AppData\Local\Programs\Python\Python37\Scripts\pyinstalle
r-script.py”, line 1
SyntaxError: Non-UTF-8 code starting with ‘\xfc’ in file C:\Users\Güçlü\AppData
Local\Programs\Python\Python37\Scripts\pyinstaller-script.py on line 1, but no e
ncoding declared; see http://python.org/dev/peps/pep-0263/ for details
bunu diyo yine
