# reptor reptor allows you to integrate your Python applications with SysReptor. * Manage projects * Read, update, create findings * Download PDF reports * Read, update, create notes * Export notes as PDF * and more... **GitHub:** [https://github.com/Syslifters/reptor/](https://github.com/Syslifters/reptor/) **PyPi:** [https://pypi.org/project/reptor/](https://pypi.org/project/reptor/) ## Prerequisites * Python 3.9-3.12 * pip3 ## Installation ### From pypi `pip3 install reptor` ### From source ``` git clone https://github.com/Syslifters/reptor.git cd reptor pip3 install . ```