/BinPyDesk

Interactive Graphical Desktop Interface for BinPy

Primary LanguageShellOtherNOASSERTION

BinPy Desk

Interactive graphical desktop interface for BinPy.

This is a software developed on top of BinPy using Python bindings of QT4.

How to contribute

Note:

  • It is expected that your code must follow pep8 standards.

  • Ensure that all the tests pass before you commit changes.

  • To check for the pep8 indentation status issue the following command:

pep8 ./ --ignore=E501

If all the tests pass successfully push your repo to the origin/branch and send us a Pull Request. We'll be happy to review the same and merge it with our codebase.