How can i open pip file codes to read?

Question:

I’m trying to check how the (pip black) is written and would love to read its code but having trouble.

I downloaded the file from browser but its on gz format and when I try to open it on VSCode I get cryptic lines like

���nc�Onlyfinnaly.log

What am i supposed to do?

I tried downloading the pip directly on VSCode and checking the commands avaliable also opening it on text editor but its no help. I was expecting to be able to read the lines of codes that are written on the pip file

Asked By: tryingtocode

||

Answers:

This should take you to the source code:
enter image description here
Here’s the link: https://github.com/psf/black

Answered By: Barnaby
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.