Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.11 KB

README.md

File metadata and controls

68 lines (43 loc) · 2.11 KB

Screenshot


PySide Logo Form Creator

This project demonstrates the creation of a simple form using PySide6, a Python binding for the Qt framework. The form includes input fields for Full Name, Age, Mobile Number, Email, and City, with validation for input fields. Additionally, a "Submit" button allows users to interact with the form.

Table of Contents

Introduction

This project showcases the implementation of a basic form using PySide6, providing a starting point for GUI development with PySide6. The form includes various input fields and demonstrates the usage of PySide6 widgets such as QLabel, QLineEdit, and QPushButton.

Project Structure

  • main.py: The main Python script that runs the PySide6 application.
  • form_ui.ui: UI file generated by the Qt User Interface Compiler (version 6.6.1).
  • README.md: Documentation file providing information about the project.

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/aaleshpatil22/PySide6_Basic.git
    cd PySide6_Basic/Form
  2. Ensure you have Python and PySide6 installed:

    pip install PySide6

Usage

Run the main.py script to launch the PySide6 application:

python main.py

Explore the form, enter information, and click the "Submit" button to observe the basic PySide6 GUI in action.

Features

  • Full Name, Age, Mobile Number, Email, and City input fields.
  • Form validation for input fields.
  • Simple and clean UI layout using PySide6 widgets.

Contributing

Feel free to contribute to this project by opening issues, suggesting enhancements, or submitting pull requests. Follow the guidelines in CONTRIBUTING.md.

License

This project is licensed under the MIT License - see the LICENSE file for details.