This video by Veritasium on youtube explains the essence of the Collatz conjecture, but, to sum it up briefly:
However, this can be hard to do for larger numbers unassisted, so, I created a calculator for it in python. The calculator shows each step and at the end, the number of steps it took for the number inputted to reach 1. I showcase it here:
Here's the source code:
Here's how to make it:
To learn more python, check out this tutorial!