Skip to content

Alpha 0.1.5

Compare
Choose a tag to compare
@zabbix-byte zabbix-byte released this 16 Sep 23:19
· 46 commits to main since this release

(Alpha 0.1.5) PyPulse: Desktop Applications with Chromium-Based Ease

🌟Overview

PyPulse is an open-source project designed to revolutionize desktop application development by seamlessly integrating the power of the Chromium web engine into Python-based applications. It employs a versatile template-based architecture to simplify the creation of web-based desktop applications, custom browsers, or embedding web content within your Python projects. With PyPulse, you'll embark on a journey to crafting dynamic, cross-platform applications with ease and efficiency.

✨ New Features

  • Adding parameters to views
@view(name='test', path_trigger='/test/<str:parameter_1>/<float:parameter_2>/')
def test(request, parameter_1, parameter_2):
    return RenderTemplate('home.html')
  • Solving some Bugs