Aduct is a toolkit to design graphical applications that can be dynamically changed with a little work as possible. It is designed by inheriting objects provided by Gtk and thus by following principles of Aduct with Gtk, one can make powerful applications that are easy for a developer to develop, third-party person to improve and end user to use.
What You Made
What Users Want
What Aduct Does
Aduct is published under GNU Lesser General Public License . You are free to use Aduct in your commercial applications without any restriction.
Aduct requires Gtk. So install it first if not already done. Then grab the latest version of Aduct using PIP:
$ pip install aduct
Learn to make the best use of Aduct with the docs.
- Contributing is easy! A few ways of doing so are given below:
- Use Aduct and report us the bugs you encounter.
- Request new features.
- Improve documentation, add new articles, write better examples.
- Spend time with the source code and make it perfect.