persepolis VS BreezeStyleSheets

Compare persepolis vs BreezeStyleSheets and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
persepolis BreezeStyleSheets
16 5
6,007 522
1.4% -
8.8 0.0
7 days ago about 1 year ago
Python Python
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

persepolis

Posts with mentions or reviews of persepolis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-12.

BreezeStyleSheets

Posts with mentions or reviews of BreezeStyleSheets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-12.
  • Is there a way to make Quartus prime lite to dark mode?
    3 projects | /r/FPGA | 12 Mar 2022
    If things became red you can refine it or get some inspiration.
  • https://np.reddit.com/r/QtFramework/comments/omthso/kde_breezeinspired_stylesheets_for_beautiful/h5qazgr/
    1 project | /r/backtickbot | 19 Jul 2021
    # Assumes you already found Qt and have set(CMAKE_AUTORCC ON) # Get Python find_package(Python COMPONENTS Interpreter) FetchContent_Declare( breeze_stylesheets GIT_REPOSITORY https://github.com/Alexhuszagh/BreezeStyleSheets.git GIT_TAG origin/master GIT_PROGRESS ON USES_TERMINAL_DOWNLOAD TRUE) FetchContent_GetProperties(breeze_stylesheets) if(NOT breeze_stylesheets_POPULATED) FetchContent_Populate(breeze_stylesheets) add_library(breeze_themes STATIC "${breeze_stylesheets_SOURCE_DIR}/breeze_themes.qrc") add_custom_target( run_python_breeze ALL COMMAND ${Python_EXECUTABLE} configure.py --styles=dark-green,light-green --resource breeze_themes.qrc WORKING_DIRECTORY ${breeze_stylesheets_SOURCE_DIR} BYPRODUCTS "${breeze_stylesheets_SOURCE_DIR}/breeze_themes.qrc" COMMENT "Generating themes") add_dependencies(breeze_themes run_python_breeze) endif()
  • KDE Breeze-Inspired Stylesheets for Beautiful, Consisten UIs Across Platforms
    2 projects | /r/QtFramework | 18 Jul 2021
  • Still no dark qt6 themes available yet?
    1 project | /r/archlinux | 15 Jul 2021
    Another alternative is to make use of qt6ct's QSS support, so you can make use of something like BreezeStyleSheets for example, what you'll need to do is copy the QSS file along with the assets it needs to ~/.local/share/qt6ct/qss, then replace any paths in the QSS to point to the absolute path (so if there's stuff like url(:/dark/checkbox_checked.svg) you need to change that to url(/home/user/.local/share/qt6ct/qss/dark/checkbox_checked.svg) for example). Then, in qt6ct you can enable the QSS you want in the Style Sheets section.

What are some alternatives?

When comparing persepolis and BreezeStyleSheets you can also consider the following projects:

FireDM - python open source (Internet Download Manager) with multi-connections, high speed engine, based on python, LibCurl, and youtube_dl https://github.com/firedm/FireDM

qbt-theme - collection of themes for qbittorrent

nuxhash - A NiceHash cryptocurrency mining client for Linux.

QDarkStyleSheet - A dark style sheet for QtWidgets application

freedownloadmanager-linux-appimage - FDM (freedownloadmanager) appimage recipe for linux distros.

galacteek - Multi-platform browser for the distributed web. Mirror of https://gitlab.com/galacteek/galacteek Become a sponsor: https://ko-fi.com/galacteek

albion-online-stats - Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.

QBreeze - Breeze-like (dark and light) stylesheets for Qt apps

VirtScreen - Make your iPad/tablet/computer into a secondary monitor on Linux.

PyQt-Fluent-Widgets - A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.

dandere2x-tremx - Dandere2x Tremx implementation / flavor. Unmaintained and broken WONTFIX, my focus is on my other project MMV. Please use akai-katto's mainstream dandere2x instead, it's better in many aspects. This was my first serious Python project, learned a lot from it.

QssStylesheetEditor - Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.