alex_bn_lee

导航

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 237 下一页

2024年7月12日 #

[1029] Download files by wget in Python

摘要: Syntax: wget(url, destination_path) Certainly! Let’s embark on a file-fetching adventure with Python and our trusty sidekick, wget. 🌐📥 Wget is like 阅读全文

posted @ 2024-07-12 08:18 McDelfino 阅读(58) 评论(0) 推荐(0) 编辑

2024年7月11日 #

[1028] Creating your very own Python library (package)

摘要: Ah, creating your very own Python library—how exciting! 🐍 Let’s dive into the process step by step so you can have your custom goodies ready for impo 阅读全文

posted @ 2024-07-11 08:31 McDelfino 阅读(3) 评论(0) 推荐(0) 编辑

2024年7月9日 #

[1027] Convert the .py file to the .exe file without opening the Command Line Window

摘要: ref: How to remove black screen (python console?) with PyQt5 executable "C:\Users\User\AppData\Local\Programs\Python\Python311\Scripts\pyinstaller.exe 阅读全文

posted @ 2024-07-09 13:01 McDelfino 阅读(6) 评论(0) 推荐(0) 编辑

[1026] Convert a Qt Designer .ui file to a Python .py file

该文被密码保护。 阅读全文

posted @ 2024-07-09 11:48 McDelfino 阅读(0) 评论(0) 推荐(0) 编辑

[1025] PyQt6 and Qt Designer

摘要: ref: Install and Setup PyQt6 and Qt Designer [PyQt6 tutorial] ref: PyQt5 Tutorial - Setup and a Basic GUI Application pip install pyqt6 pip install py 阅读全文

posted @ 2024-07-09 08:10 McDelfino 阅读(5) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 237 下一页