电脑技术

电脑技术

+关注 已有 2 人关注
暂无版块简介,请联系管理员或版主
版主: james007, legs+
今日: 0|主题: 1293|排名: 43  收藏本版 (2) |订阅
https://zhuanlan.zhihu.com/p/43511116
https://www.jianshu.com/p/f189b07d06e4
from pyBaiduPan import BdPan pan = BdPan() pan.config['app_id'] = 250528 # change some configuration pan.login('your_username', 'your_password') # login pan. ...
from search_web import * google_search("How to search via search_web module python")
https://pypi.org/project/search-python/
s = win32com.client.Dispatch("Mapi.Session") o = win32com.client.Dispatch("Outlook.Application") s.Logon("Outlook2003") Msg = o.CreateItem(0) Msg.To = "rec ...
https://learnxinyminutes.com/docs/toml/
import win32com.client import time powerpoint = win32com.client.Dispatch("Powerpoint.Application") try: # Attempt to open file #presentation = powerpoi ...
https://blog.csdn.net/qq_41703291/article/details/88411587
import newspaper from newspaper import Article lista = ['url','url'] for list in lista: first_article = Article(url="%s" % list, language='de') first ...
# run this in any directory # add -v for verbose # get Pillow (fork of PIL) from # pip before running --> # pip install Pillow # import required libraries ...
https://zhuanlan.zhihu.com/p/42664419
https://www.jianshu.com/p/f2edbfcc8a2a
https://www.cnblogs.com/ma-yi/p/10484116.html
from pynput.mouse import Button, Controller mouse = Controller() # Read pointer position print('The current pointer position is {0}'.format( mouse.positio ...
https://pypi.org/project/granary/
https://github.com/jackbrookes/batch-ppt-to-pdf/blob/master/batch_ppt_to_pdf.py
import zint import sys symbol = zint.ZBarcode_Create() symbol.contents.symbology = zint.BARCODE_QRCODE symbol.contents.scale = 2.5 symbol.contents.option_1 = 4 ...
import photoshop.api as ps app = ps.Application() doc = app.documents.add() new_doc = doc.artLayers.add() text_color = ps.SolidColor() text_color.rgb.green = 25 ...
import win32com.client word = win32com.client.Dispatch("Word.Application") word.visible = False wb = word.Documents.Open("myfile.doc") doc = word.ActiveDocumen ...
下一页 »
快速发帖
还可输入 80 个字符
您需要登录后才可以发帖 登录 | 立即注册

本版积分规则

发表新帖

Archiver|手机版|小黑屋|免责及版权声明|关于|美丽心灵公益论坛