Tulisan Lain
Bot , Its about bot and AI
Pages
(Move to ...)
Home
About
Senjata Tajam
Donation
tulisanlain.com
Youtube
Fb Group
Telegram
▼
Showing posts with label
Python
.
Show all posts
Showing posts with label
Python
.
Show all posts
Thursday, January 11, 2024
Install Qt Designer Standalone for pyqt5 python
›
Via command line pip install pyqt5-tools then run it pyqt5-tools designer usually its on for pyqt5-tools : C:\python310\Scripts\pyqt5-tools...
Wednesday, September 30, 2020
Permutations php porting from python ( for fast and cheap cpu )
›
taken from https://stackoverflow.com/questions/5506888/permutations-all-possible-sets-of-numbers for my note python https://docs.python.org...
Monday, July 16, 2018
Qt Layout on QMainWindow ( work in pyqt as well )
›
Taken from https://stackoverflow.com/questions/1508939/qt-layout-on-qmainwindow as note You don't have to create a QVBoxLayout m...
Tuesday, August 29, 2017
Upgrade PIP in windows using Powershell
›
Open powershell and paste this pip list --outdated --format=freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
Saturday, February 18, 2017
LittleNote of Python and pyqt
›
Convert ui to python ( python27 and pyqt4 ) C:\Python27\Lib\site-packages\PyQt4\pyuic4.bat C:\Users\LENOVO\PycharmProjects\IgPoster\IgPo...
›
Home
View web version