电脑技术

电脑技术

+关注 已有 2 人关注
暂无版块简介,请联系管理员或版主
版主: james007, legs+
今日: 0|主题: 1293|排名: 43  收藏本版 (2) |订阅
import pytoshop with open('image.psd', 'rb') as fd: psd = pytoshop.read(fd) with open('updated.psd', 'wb') as fd: psd.write(fd) https://pytos ...
import pyrgb #1- hsv_rgb [R,G,B]=pyrgb.hsv_rgb(H,S,V) #2- hsl_rgb [R,G,B]=pyrgb.hsl_rgb(H,S,L) #3- hex_rgb [R,G,B]=pyrgb.hex_rgb('hex_string') #4- cmyk ...
https://www.daniweb.com/programming/software-development/code/431567/a-simple-tix-tkinter-editor
我们也可以基于Tkinter开发自己的GUI库 entry = customtkinter.CTkEntry(master=root_tk, width=120, hei ...
https://www.bilibili.com/read/mobile?id=15041840
https://www.cnblogs.com/awakenedy/articles/9303721.html
https://www.pynote.net/archives/2145
https://github.com/Dhravya/dhravyaAPI-py
https://github.com/deepinsight/insightocr
检查字符是否是可打印输出的 # Python code for implementation of isprintable() # checking for printable characters string = 'My name is Ayush' print(string.isp ...
from pydub import AudioSegment wav_audio = AudioSegment.from_file("audio.wav", format="wav") raw_audio = AudioSegment.from_file("audio.wav", format="raw", ...
小丸工具箱是一款可以压制H264+AAC视频的图形界面工具,内核是x264、neroaac、mp4box等开源软件。小丸工具箱中文版能够封装mp4或抽取mp4的音频或视频,压制视频中的音频。 ...
https://github.com/ConvertAPI/convertapi-python result = convertapi.convert('pdf', { 'File': '/path/to/my_file.docx' }) # save to file result.file.save('/path ...
Cairo是最流行的图形画布库,排版软件Scribus的画布就是Cairo开发的.这个是Python绑定 https://pypi.org/project/pycairo/
from appJar import gui app = gui() def main(): app.setLocation(200, 200) app.addLabel('2333', u'2333') app.hideTitleBar() app.go() if __name ...
还有些问题有待测试 import tts.sapi voice = tts.sapi.Sapi() voice.set_voice("Joey") voice.create_recording('hello.wav', "Hello")
虽然有些理解困难但还是很有意思 https://www.runoob.com/python/python-object.html
https://baijiahao.baidu.com/s?id=1714461824877389844&wfr=spider&for=pc&searchword=tkinter
from docx import Document document = Document('C:\%users\\qin\\Desktop\\1.docx')
https://blog.csdn.net/qq_43529569/article/details/121711565
下一页 »
快速发帖
还可输入 80 个字符
您需要登录后才可以发帖 登录 | 立即注册

本版积分规则

发表新帖

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