Alpha 0.1.5
(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