pip list --outdated --format=freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
Showing posts with label Python27. Show all posts
Showing posts with label Python27. Show all posts
Tuesday, August 29, 2017
Upgrade PIP in windows using Powershell
Open powershell and paste this
Saturday, February 18, 2017
LittleNote of Python and pyqt
Convert ui to python ( python27 and pyqt4 )
pyinstaller python27 with hook
C:\Python27\Lib\site-packages\PyQt4\pyuic4.bat C:\Users\LENOVO\PycharmProjects\IgPoster\IgPoster.ui -o C:\Users\LENOVO\PycharmProjects\IgPoster\IgPoster.py
pyinstaller python27 with hook
python27 "C:\Python27\PyInstaller-3.2.1\pyinstaller.py" --runtime-hook "C:\Users\LENOVO\PycharmProjects\IgPoster_v1.1\rthook_pyqt4.py" "C:\Users\LENOVO\PycharmProjects\IgPoster_v1.1\Login.py" --noconsole --onefile --icon=bg.ico
pyinstaller.py "C:\Users\LENOVO\PycharmProjects\IgPoster_v1.1\Login.py" --noconsole --onefile --icon=bg.ico
pyinstaller "C:\Users\LENOVO\PycharmProjects\IgPoster_v1.1\Login.py" --noconsole --onefile --icon=bg.ico
pyqt5 with python 3
C:\python37\Scripts\pyuic5.exe C:\Users\akura\PycharmProjects\text2SpeechGui\main.ui -o C:\Users\akura\PycharmProjects\text2SpeechGui\mainUI.py
C:\python37\Scripts\designer.exe
Subscribe to:
Posts
(
Atom
)