Coder Social home page Coder Social logo

py-mu / sherry Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 1.0 2.16 MB

基于qtpy简单抽象层开发的一个统一UI启动工具,力达在已有代码基础之上实现界面主题统一与组件优化,基于python 反射实现定制功能、代码低侵入、主题切换、组件升级等

Home Page: https://sherry-docs.vercel.app/

License: MIT License

Batchfile 0.02% Shell 0.02% Python 85.60% Less 13.83% HTML 0.54%
pyqt simpleui python pyside pygui gui qt

sherry's Introduction

sherry

auto CI sherry python version license MIT GitHub stars GitHub forks

📑 简介 | Intro

Codacy Badge

Easy Qt For Python(Sherry) 致力于样式跟界面布局之上,力达能够做出一个用于快速开发的脚手架,适用场景主要:个人学习及脚本图形化,不推荐用于生产开发。

🎯 特性 | Feature

  • 布局好,布局方便。
  • 依赖性少。
  • 高效开发,所见即所得。
  • 迭代兼容性。
  • 业务逻辑纯粹,界面布局与业务分离。
  • 跨平台。

📷 演示截图 | Screenshot

welcome

🎄 目录结构 | structure

-sherry                 # 项目目录
    | -sherry           # 框架主包
        | -core         # 框架核心类
        | -inherit      # Qt系列衍生类
        | -resource     # 框架自带的资源文件夹
        | -utils        # 工具类
        | -variable     # 框架全局变量
        | -view         # 框架内部自带的页面原型及视图
    | -build.bat/sh     # 框架打包脚本
    | -LICENSE          # LICENSE说明
    | -MANIFEST.in      # 框架打包辅助说明
    | -README.md        # 辅助说明
    | -requirements.txt # 依赖列表
    | -setup.py         # 打包入口

🚀 快速上手 | Quick start

  • 安装Sherry
pip install sherry
  • 启动
from sherry.core.launcher import Application

if __name__ == '__main__':
    Application().run()

更多请访问使用文档

sherry's People

Contributors

codacy-badger avatar py-mu avatar

Stargazers

 avatar  avatar

Forkers

wumaoland

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.