I need to know in which language nitrotasks is developed. I just downloaded their source from https://github.com/stayradiated/Nitro/. it is just html, css, and js. How did they create Ubuntu apps using that?
I need to know in which language nitrotasks is developed. I just downloaded their
Share
You’re probably asking how they made a desktop application using what looks just like HTML/CSS/JS. They didn’t.
The source code you link to is Nitro for web, it’s a Chrome extension.
The source for the desktop version is different and is hosted over at launchpad:
The desktop version is a Python application, as you can see from browsing around the code.
It has files like
NitroTasksWindow.py, and uses GTK for windowing.