0

I'm on the search to create a standalone HTML layout based GUI application with CSS/JavaScript support in Python, which I could compile to a EXE file later.

I already tried that with the html2 module of the wxPython library. Unfortunately there was no way to bind Python functions to the HTML buttons or links.

The next I tried was using the WebKit module of the PyQt library where I got more features and an option to bind those buttons (just in old tutorials). But I wasn't conviced of the render quality in opposite to the html2 module.

The result should look like a Windows 8 Metro application ;)

My operation system is Windows 7 64 bit.

2
  • What do you mean by "render quality"? Commented Sep 12, 2014 at 12:35
  • I mean the text is a bit blurry it looks like on linux not like defaultly on windows. Commented Sep 12, 2014 at 12:40

2 Answers 2

1

I recommend you check out Tide. I have just finished building an application with it and I'm pretty happy. It's still in beta, but that is fine... I didn't come across any issues.

Sign up to request clarification or add additional context in comments.

1 Comment

the tide seems to be out.
0

You can try Flask or Django for server side and use a framework like Jinja 2 and JavaScript (Ajax) for client-server commumication.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.