python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.29k stars 582 forks source link

example chart-js with eel #652

Closed ghost closed 6 months ago

ghost commented 1 year ago

Hi all.

Please read this: https://github.com/python-eel/Eel/issues/614

samuelhwilliams commented 1 year ago

Hi @codehangen - happy to accept this new example, however as it stands the example isn't ready to be accepted.

1) The code snippets are incomplete - the main.py file doesn't run. Can you take a look at the other examples and follow the examples from them? 2) New examples should have new tests to assert that they work. All of the existing tests for the examples are in tests/integration/test_examples.py. Can you add a test for your example please?

ghost commented 1 year ago

Hi samuelhwilliams.

happy to accept this new example, however as it stands the example isn't ready to be accepted.

thank you for feedback.