有哪些颜值高的 PyQt/Qt 应用?
最近在学习 PyQt,因为不大懂设计,想找一些颜值高的应用借鉴一下别人的想法,最好是小而美并且开源的,PyQt/Qt/Qml 都可以,蟹蟹~
回复内容:
这是我大一时候写的音乐播放器

这是大二写的社交软件(当然服务端没花心思搞界面):



用的都是C++/Qt5
播放器大概3k行
社交软件有1w+行
所以,想要界面漂亮,找个靠谱的设计师队友很重要。
--------------------2016--2--5--update-------------------------
播放器已经开源,欢迎star和fork:
https://github.com/FreedomZZQ/IcePlayer 先不要脸的推荐一下我自己写的几个PyQt玩意儿
1.模仿Mac虾米的客户端,还没有写完,PyQt4,Python2
GitHub - harry159821/XiamiForLinuxProject: Xiami For Linux Project


2.给Drrr的简单客户端,PyQt5, Python2
GitHub - harry159821/DrrrClient: DrrrClient For PC
B站展示视频 无头骑士Drrr网页电脑版客户端
网页介绍 Drrr PC Client


3.给一个电表写的显示,PyQt4,Python2
GitHub - harry159821/TDM1001UpMachine: TDM1001UpMachine

其他作品
1.网易云音乐 ubuntu 第三方客户端,PyQt5 Python3
GitHub - cosven/FeelUOwn: nothing but the alternate


第一次答,有不正请见谅,有再见好项目再更
好的设计确实很重要 Qt自己带的那个Demo就很帅啊 现在真心是觉得,该设计师来做的事还是交给设计师来做。
这个我自己弄的,并且是改了三个版本之后达到这个样子的。
现在要是去看第一个版本的 About 页面估计能丑哭。

后来有设计师帮我设计了一般,变成了这样:

在程序里面看起来差别真的是非常大。
所以,界面这种东西,完全是拼的设计师。

可以在pc, android等qt支持的平台上运行,在mi3上亲测过,效果十分华丽。
还有同作者的其他demo,都有源码。
看完之后我觉得这辈子也写不出这样质感的程序,深深的无力感。
还有个用java写的,spine skeletal animation editor,用于游戏的2d骨骼动画制作程序,也有同感。




Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Pyqt5 installation error? Quick solution revealed! PyQt5 is a popular Python GUI development toolkit that many developers like to use to create beautiful graphical user interfaces. However, when installing PyQt5, you sometimes encounter some errors. This article will introduce some common PyQt5 installation errors and provide solutions to help you install PyQt5 smoothly. Error: "Nomodulenamed'PyQt5'" This error is usually caused by the PyQt5 module

With the popularity of Python, PyQt5 has become one of the first choice tools for many people for rapid GUI development. However, installation problems are inevitable. The following are several common problems with PyQt5 installation and their solutions. The error message when installing PyQt5 is that the sip module cannot be found. This problem usually occurs when using pip to install PyQt5. The reason for this error is the lack of dependencies on the sip module, so you need to install the sip module manually first. Enter the following code on the command line: pipinsta

I am a senior Qt technical engineer who has been committed to the development and launch of Qt applications in the Linux environment for many years. Here, I am honored to answer various related questions and look forward to answering your doubts. 1. How to package Qt program in Linux environment? The first task is to ensure that the required Qt development platform and its related dependencies have been set up correctly. Then, create a Makefile by using the qmake command, and execute the program compilation process using the make command. Finally, use the corresponding packaging tool configured in the Linux operating system (such as deb or rpm, etc.) to compress the program into an executable file or generate a complete installation package. Why does the Qt application developed by me not work under some Linux operating systems?

Detailed solution to pyqt5 installation error, with specific code examples. Introduction: PyQt5 is a powerful and popular Python GUI graphical interface development tool. When installing PyQt5, you often encounter some errors, which brings a lot of trouble to developers. This article will introduce in detail several common PyQt5 installation errors and corresponding solutions, and attach code examples for reference. 1. Installation error: Command "pythonsetup.pyegg_info"faile

If you are learning Python and want to develop GUI applications, PyQt5 is a very good choice. It is a bound version of the PyQt library under Python, which makes it very convenient to call and develop the Qt graphics library. However, sometimes you may encounter some problems when installing PyQt5. This guide will provide you with some steps to quickly solve installation error problems, and also attach specific code examples. Make sure the Python version is correct PyQt5 is a Python-based library, so first

Detailed explanation of PyQt5 installation steps: from download to configuration in one go! Python is a powerful and widely used programming language. In order to develop graphical interface programs, we can use the PyQt5 library. PyQt5 is a Python binding library for creating GUI applications. It allows us to use the features of the Python language and Qt framework to develop cross-platform graphical interface applications. This article will introduce in detail how to install PyQt5 and the configuration steps, and provide corresponding code examples. Step 1: Download

A brief introduction to python GUI programming GUI (Graphical User Interface, graphical user interface) is a way that allows users to interact with computers graphically. GUI programming refers to the use of programming languages to create graphical user interfaces. Python is a popular programming language that provides a rich GUI library, making Python GUI programming very simple. Introduction to Python GUI library There are many GUI libraries in Python, the most commonly used of which are: Tkinter: Tkinter is the GUI library that comes with the Python standard library. It is simple and easy to use, but has limited functions. PyQt: PyQt is a cross-platform GUI library with powerful functions.

How to easily solve the problem of pyqt5 installation error requires specific code examples. PyQt5 is one of the most commonly used GUI libraries in the Python programming language. It provides many easy-to-use GUI components that allow developers to create attractive and interactive graphical user interfaces more quickly. However, sometimes when installing PyQt5, there will be some troubles, such as errors and other problems. This article introduces how to easily solve the problem of pyqt5 installation errors and provides specific code examples. 1. Install dependencies in installing Py
