Hi everyone!
I just released the first version of a project called Hard-Copy
. It is a python script that lets you convert your PROS projects into neatly formatted and syntax highlighted PDFs. This is great for documentation, especially if you want to print physical copies of your code. It should work with a variety of project structures and on both windows and *nix systems. The readme includes detailed descriptions regarding setup, usage and functionality. I was originally inspired to create this project as an evolution of the script used by BLRS in Turning Point, however the main difference is that Hard-Copy
uses pathlib for cross platform support and packages the output into a zipfile.
I spent a lot of time making the process as streamlined as possible, however if you run into any issues please let me know! Also, I am always open to suggestions so definitely reach out to me! If you find this script helpful, please leave some feedback or share it with your friends!
You can find the project here