rojaldo / halubloom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HaluBloom

Desktop app to generate light effects.

IDEA

QT4 webview over a flask app

Notice

I'm new to python and I'm going to improve my python knowledge. I was looking for new way to create desktop applications. Create this project for learning purpose. Maybe/surely my codes need to more improvements.

How to use

add your routes in routes.py

ex:

from flask import Flask, render_template

app = Flask(__name__)

@app.route('/')
def index():
    return render_template('index.html')
  

then run your desktop app

> python pyfladesk.py

Sample RSS Reader app

I wrote a sample Rss reader app by PyFladesk. you can find here.

it works fine in Windows 7 but I didn't test it in Linux or OSx. if you did it please let me know about it.

Contributing

FEEL FREE TO TELL ME IF YOU SEE ANY MISTAKE OR NOTABLE THINGS BY OPENING A NEW ISSUE OR SENDING PULL REQUEST

Thanks

Thanks to Mathias Ettinger for his review

About

License:GNU General Public License v3.0


Languages

Language:Python 99.6%Language:Shell 0.3%Language:HTML 0.1%