Skip to content

RustamovHumoyunMirzo/AppVerse

Repository files navigation

PyVerse icon

PyVerse

GitHub Actions Build Status

A powerful Python framework for building modern desktop and mobile applications using web technologies. It allows developers to create rich user interfaces with HTML, CSS, and JavaScript while keeping the core logic in Python.

Requirements

Setup

  1. Clone the repository:

    git clone https://github.com/RustamovHumoyunMirzo/PyVerse.git
    cd PyVerse
  2. Create a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate   # Linux/macOS
    venv\Scripts\activate      # Windows
  3. Install dependencies:

    pip install --upgrade pip setuptools wheel
    pip install -e .

    The -e . option installs the package in editable mode for development.

Build Wheels

You can build cross-platform wheels using cibuildwheel:

cibuildwheel --output-dir wheelhouse

Documentation

Full documentation is available in the docs folder.

About

A powerful Python framework for building modern desktop and mobile applications using web technologies. It allows developers to create rich user interfaces with HTML, CSS, and JavaScript while keeping the core logic in Python.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Contributors