Neutron
Make desktop applications using HTML and CSS with python
What is Neutron
Neutron will allow developers to design modern applications in python using CSS and HTML. For example:
Hello:
a {Neutron.Button(win, id="submitName2",content="Submit", onclick=Neutron.event(setName))} """) win.show() ">import Neutron
win = Neutron.Window("Example", css="def.css")
def setName():
name = win.getElementById("inputName").value
win.getElementById("title").innerHTML = "Hello: " + name
win.display(f"""
Hello:
a
{Neutron.Button(win, id="submitName2",content="Submit", onclick=Neutron.event(setName))}
""")
win.show()
Contributing
Contributions are welcome and in need! You can easily get started coding by reading CONTRIBUTING.md