Skip to main content

This app is a lil framework for PyQt5 like bootstrap for HTML5

Project description

PyCutee (The PyQt5 Framework)

PROJECT IS NOW ON GITHUB

PyCutee is a lightweight and stylish framework for PyQt5, designed to simplify the creation of modern and visually appealing graphical user interfaces (GUIs) in Python.

Features

  • Customizable Widgets: PyCutee offers a variety of customizable buttons, labels, and other widgets to enhance the visual appeal of your application.

  • Pre-defined Color Schemes: Easily apply stylish color schemes to your application components with minimal effort.

  • Simple API: The framework provides a straightforward and user-friendly API for creating sleek and modern interfaces.

  • Documentation: Comprehensive documentation to help you get started and make the most of PyCutee.

You can install PyCutee via pip:

pip install pycutee

Example Usage

Here's an example of how to use PyCutee in your project:

import sys

from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QVBoxLayout

from PyCutee import Button_simple, Button_rounded



def main():

    app = QApplication(sys.argv)



    window = QWidget()

    window.setWindowTitle('PyCutee Demo')



    layout = QVBoxLayout()



    regular_button = QPushButton("Regular QPushButton")

    layout.addWidget(regular_button)



    py_cutee_button = Button_simple()

    py_cutee_button("Click Me", "#95A5A6", "#95A5A6")

    layout.addWidget(py_cutee_button)



    py_cutee_button_rounded = Button_rounded()

    py_cutee_button_rounded("Click Me", "#95A5A6", "#95A5A6")

    layout.addWidget(py_cutee_button_rounded)



    window.setLayout(layout)



    window.show()



    sys.exit(app.exec_())



if __name__ == "__main__":

    main()

License

PyCutee is licensed under the MIT License. See LICENSE for more information.

Project details


Download files

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

Source Distribution

pycutee-0.0.6.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

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

PyCutee-0.0.6-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file pycutee-0.0.6.tar.gz.

File metadata

  • Download URL: pycutee-0.0.6.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for pycutee-0.0.6.tar.gz
Algorithm Hash digest
SHA256 a672315368960e8efa21e38e3868110183699b67add904cb66117937604033b8
MD5 97027284a9a362ce630795c54fcc772e
BLAKE2b-256 92d71f48824e38b6f7c95dba6902ab8d99a1431faf2e34999edb6d31a54ff031

See more details on using hashes here.

File details

Details for the file PyCutee-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: PyCutee-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for PyCutee-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 45818906d65cba10cbeb5a0a48e0a7bc50699e57d62b27cbff51d1f69580b760
MD5 0ab97960412358198439c54d5038b6a7
BLAKE2b-256 960ced88c3225a3dda72be5475756db5a542a1f2f9737f82fafdc7cf2faa8c07

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page