Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 771 Bytes

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.