<aside> 👩💻 You can import any of the modules below in your custom scripts, like the example below. Only the most useful functions for external usage are specified in this guide.
</aside>
import dy_rs_toolutils
print(dy_rs_toolutils.compute_aspect_ratio(1920,1080)) #1920x1080px resolution
# result: (16,9)