From: Thomas H. <tho...@sc...> - 2019-07-12 13:01:28
|
Hi Wael, Of course you can add it to the PyMOLWiki! If your plugin is a single Python file, then the easiest thing to do is to add it to the Pymol-script-repo. Just fork https://github.com/Pymol-Scripts/Pymol-script-repo and make a pull request. If your plugin is more complex (multiple files), then it will be better if you make your own github project for it. Users can download your repo as a ZIP file from github and install that zip file with PyMOL's plugin manager (if you follow a layout like https://github.com/Pymol-Scripts/pymol2-demo-plugin ). In addition to uploading your plugin to github, you should create a page on the PyMOLWiki with instructions how to use it. Cheers, Thomas > On Jul 11, 2019, at 10:10 PM, Wael Azzam via PyMOL-users <pym...@li...> wrote: > > Hello Will, > > Thank you for your reply!! > > No, I used Tkinter for Gui with no implementation of PyQt whatsoever. > So, i cannot make it to the PyMolWiki plugins category? > > Best, > Wael > > > > On 11 Jul,2019, at 16:53, William Tao <ywt...@gm...> wrote: > >> Hi Wael, >> >> I'm somehow curious whether you have used PyQt in your plugin. >> >> Nowadays, people usually upload released code onto repositories like GitHub. But I'm not sure which open source license we need to use if PyQt is used. >> >> Hope anyone who is familiar with this issue could help. >> >> Many thanks. >> >> Will >> >> >> Wael Azzam via PyMOL-users <pym...@li...> 于2019年7月9日周二 上午3:11写道: >> To whom it may concern, >> >> I am writing to you in the hopes of knowing how to upload a PyMol plugin that I developed on the page PyMolWiki ? >> >> Best regards, >> >> Wael Azzam >> B.S in Bioinformatics >> Lebanese American University, Beirut -- Thomas Holder PyMOL Principal Developer Schrödinger, Inc. |