Controlling TM1637 with Rotary Encoder

I have been working on trying to build a 737 flight simulator. My next step is to learn how to get a Rotary Encoder, to scroll through numbers on a TM1637 (4 digit, 7 Segment Display). Basically, ill be turning a knob on this auto pilot panel to select my heading.

Does anyone already have this code, or know of a good resource for me to learn how to do it?

TIA!

That's not an alternative. Integrating it would remain. Go for creating the code Yourself.
Do some playing with encoders using example code and learn what's needed. When that works, incorporate it with Your main code.

There will be software that does the integrating for me. So I am not too worried about that. Basically I am looking for some example code that basically increases the number displaying on the display, as I turn the knob on the encoder.

Interesting.

Look for encoder example code. Lots to find, about encoder reading. Displaying it the way You want, likely not. More example code searching.

WOKWI (https://wokwi.com) has pre-made components, with sample code, for use in your sketches. TM1637 and encoder examples are among them. You could learn the workings of and how to integrate the encoder and the TM1637 there.