Skip to main content
RinUI Logo

RinUI

A Fluent Design-like UI library for Qt Quick (QML)

English | 中文

[!TIP] This project is still in development and not ready for production use!

Of course, you are welcome to contribute to this project.

[!NOTE]

RinUI has reached 100 ⭐!

This milestone came as a pleasant surprise to me. Thank you to everyone who follows, uses, and supports the project.

I would also like to give special thanks to all contributors. Whether through code contributions, issue reports, or suggestions and discussions, your efforts have helped make RinUI better.

📄 Introduction

RinUI is a UI library similar to Fluent Design for Qt Quick (QML), RinUI will provide high-quality components and practical functions. With simple configuration, you can quickly develop elegant UI interfaces in the Fluent style.

Features

  • Elegant Fluent Design controls (WIP)
  • Dark and light mode, automatic switching
  • Compatible with original QML control names
  • i18n Internationalization
  • Multi-programming language support (WIP)
  • Theme system (WIP)
  • Development documentation, preview now. (WIP)

Screenshots

Screenshot 1

More screenshots...

img.png img_1.png img_2.png img_3.png

The image in the banner comes from Pixiv, PID: 125975786

🪄 Usage

You can install RinUI via pip:

pip install RinUI

Import RinUI in your QML file:

import RinUI

Then you can run the QML file in your project.

import sys
from RinUI import *
from PySide6.QtWidgets import QApplication

if __name__ == '__main__':
    app = QApplication(sys.argv)
    your_app = RinUIWindow("/path/to/your/file.qml")
    sys.exit(app.exec_())

You also can view the demo in the source code, like this:

cd examples
python gallery.py

You also can move the RinUI folder to anywhere in your project's directory.

[!NOTE] The documentation is still in progress!! You can view the source code to learn more about the components and themes at the moment.

Now you can learn more about RinUI components and themes in the online documentation.

🙌 Acknowledgements

Resources

Contributors

Contributions are welcome! Please read the contribution guidelines before submitting a pull request.

Thanks to the great people who contributed to this project. Contributors

📜 License

This project is licensed under the MIT License, you can learn more about it in the license file.

Copyright © 2025 RinLit

This is an experimental project by Rin as a newcomer. Welcome to suggest and contribute to this project. ❤️

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rinui-0.4.4.1.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rinui-0.4.4.1-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file rinui-0.4.4.1.tar.gz.

File metadata

  • Download URL: rinui-0.4.4.1.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rinui-0.4.4.1.tar.gz
Algorithm Hash digest
SHA256 16dd5e6cd6e7daccb79431753d112f1c20c69633dd5b4fa320374115e333b7db
MD5 ee576e1ff84d3ed63548c38532a40e90
BLAKE2b-256 da60ca051ed4c5014b3d26e8dd20d2859358ea9b8b57e3ee9aeb4405e7fb4a00

See more details on using hashes here.

Provenance

The following attestation bundles were made for rinui-0.4.4.1.tar.gz:

Publisher: python-publish.yml on RinLit-233-shiroko/Rin-UI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rinui-0.4.4.1-py3-none-any.whl.

File metadata

  • Download URL: rinui-0.4.4.1-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rinui-0.4.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a4e85e8f1c0eede8a36b2520d201b80e589e88d41a9e7a67b5ac98546bd8744c
MD5 5a8bb3c118b9a7621f06e3668df0c641
BLAKE2b-256 7da0d82bfddd5851c51a638e3f911a3423bc1f975b70c6321c73611e16864395

See more details on using hashes here.

Provenance

The following attestation bundles were made for rinui-0.4.4.1-py3-none-any.whl:

Publisher: python-publish.yml on RinLit-233-shiroko/Rin-UI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.4.1 This release

2 files

0.4.4

2 files

0.4.3.2

2 files

0.4.3.1

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.4

2 files

0.2.1

2 files

0.2.0

2 files

0.1.9.1

2 files

0.1.9

2 files

0.1.8.1.post1

2 files

0.1.8.1

2 files

0.1.8

2 files

0.1.7.3

2 files

0.1.7.2

2 files

0.1.7.1

2 files

0.1.7

2 files

0.1.6.3

2 files

0.1.6.2

2 files

0.1.6.1

2 files

0.1.6

2 files

0.1.5.7

2 files

0.1.5.6

2 files

0.1.5.5

2 files

0.1.5.4

2 files

0.1.5.3

2 files

0.1.5.2

2 files

0.1.5.1

2 files

0.1.4.1

2 files

0.1.4

2 files

0.1.3.2

2 files

0.1.3.1

2 files

0.1.3.post2

2 files

0.1.3.post1

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1.post2

2 files

0.1.1.post1

2 files

0.1.1

2 files

0.1.0

2 files

0.0.11

2 files

0.0.10.1

2 files

0.0.10

2 files

0.0.9.2

2 files

0.0.9.1.post1

2 files

0.0.9.1

2 files

0.0.9.post1

2 files

0.0.9

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page