PID Auto tune code

I am working on a project of controlling temperature with PID controller. I have taken reference from Electronoobs tutorial video. But in their code they have manually given the P,I,D constants and needs to be changed for different temperatures. I have a question can anyone provide me the code of using the PID_autotune library for using PID controller?? It will be very helpful.