✨小透明・宸✨

Results 12 issues of ✨小透明・宸✨

![Ubuntu 22 04-2022-05-15-22-43-37](https://user-images.githubusercontent.com/47057319/168479412-76f8f94e-4734-440f-8afd-588102b7b215.png) https://github.com/TransparentLC/realesrgan-gui 虽然 Real-ESRGAN 已经有好几个 GUI 了,不过由于自己的需要还是自己写了一个。这个 GUI 调用的是 Real-ESRGAN-ncnn-vulkan 的可执行文件,添加的功能主要是任意尺寸放大和对 GIF 的处理支持。 因为是用 Python 写的,所以我还做了可以在 Ubuntu 下使用的打包(其他的 Linux 发行版和 macOS 没有测试过)。另外还做了简繁中文和英语的支持,如果有人可以帮忙补充的话其他语言的翻译也是可以添加的(

This theme is really helpful to make a GUI application with modern style. I have already used it in my personal projects! The theme's controls are made up of hundreds...

enhancement
WIP

这个分支用 PHP 实现了“狗屁不通文章生成器”,并且相比已有的 Pull Request #22 还加入了**渲染图片**的功能。 参考原 repo 的 Issue #39,添加了由 [@acdzh](https://github.com/acdzh) 收集的大量名言。 可以对参数自定义: | 参数名 | 说明 | 示例 | | --- | --- | --- | |...

![](https://github.com/ms7m/notify-py/assets/47057319/f3c1a7a6-dcdf-4866-b630-142e7ed2e1f5) It seems that `platform.release()` will return `'11'` on Windows 11 instead of `'10'` in Python 3.12, which leads to an unexpected `UnsupportedPlatform` exception. I created this PR to fix...

因为有人想要自定义截图中出现的点赞头像所以很久以前加上了这个功能,不过当时只是很简略地写了一下使用方法,技术门槛稍微有点高。最近也有人在问这个功能该怎么使用,所以想了想还是写个操作起来稍微简单一些的教程放在这里。 基本原理就是输入一个 URL 然后从这个 URL 里读取一行一个的图片 URL 然后生成截图的时候从中抽取,不过由于这个读取图片地址的 URL 以及图片 URL 都需要支持跨域(也就是响应头里有 `Access-Control-Allow-Origin: *`)←不知道这是什么也没关系,直接往下看就好 那么首先你需要准备一些头像图片,大概 128px 和 10 KB 以内就足够了。 然后你需要找一个支持跨域的图床,这里我使用的是 https://postimages.org/ ,上传图片之后复制下面的图片 URL。 ![](https://github.com/TransparentLC/WechatMomentScreenshot/assets/47057319/1a887d37-4bf2-4ce9-9622-8a9d127ec8b7) 接下来是找一个 pastebin 用于保存图片 URL,这里使用的是 https://pastebin.com/...

I use mingw-w64 on Ubuntu 22.04 to cross-compile pbc to get 64-bit Windows binaries since only 32-bit binaries are provided on the homepage. Build script ```sh set -e PBC_BUILD_DIR=$(pwd) GMP_VERSION=6.3.0...

### Specification - pywebview version: 5.0.5 - operating system: Windows 11/Ubuntu 22.04 - web renderer: qt (PySide6) I believe this issue is not related to OS. PyQt5 is not tested....

The tkdnd folder contains pre-compiled files for Windows, Linux and macOS. But TkinterDnD.py only [loads one of them](https://github.com/Eliav2/tkinterdnd2/blob/99f2ba2b65ae4dae5a1aaa482484bfca59bf7f6f/tkinterdnd2/TkinterDnD.py#L42) according to current platform. I modified the pyinstaller hook to exclude the...

Cloudflare Turnstile added support for flexible size where the widget's size is 100%, filling the entire container instead of a fixed width size in normal and compact mode. https://developers.cloudflare.com/turnstile/get-started/client-side-rendering/#widget-size Setting...