Hy everyone,this is telegram channel on which you will find all download links of my yt channel
Logic with python
https://bat-to-exe-converter-x64.en.softonic.com/
Tool to convert bat file to image form(by converting it into exe file)
Complete Guide: Running Your Python File
Step 1: Open Command Prompt (CMD)
You have 3 ways to open cmd:
Easy Way (Recommended):
Open the folder where your line graph.py is saved in File Explorer
Click on the address bar at the top
Type cmd and press Enter
CMD will open directly in your folder — you can skip Step 2!
Other Ways:
Press Windows + R → type cmd → press Enter
Press Windows key → search cmd → click on it
Step 2: Navigate to Your File
When CMD opens, you will see a black window with blinking cursor like this:
C:\Users\YourName>_
Copy
This is where you type all your commands.
Now type your path (remember to copy it from File Explorer address bar):
cd C:\Users\YourName\Desktop\graphs
Copy
cmd
Press Enter
Step 3: Install matplotlib
In that same black window, type:
pip install matplotlib
Copy
cmd
Press Enter and wait for it to finish installing
Step 4: Run Your File
Now type:
python "line graph.py"
Copy
cmd
Press Enter
What to Expect
A graph window will pop up showing the Bitcoin price chart
If you see any red error, it usually means Python is not installed — download it from python.org and make sure to check "Add Python to PATH" during installation
Step 1: Open Command Prompt (CMD)
You have 3 ways to open cmd:
Easy Way (Recommended):
Open the folder where your line graph.py is saved in File Explorer
Click on the address bar at the top
Type cmd and press Enter
CMD will open directly in your folder — you can skip Step 2!
Other Ways:
Press Windows + R → type cmd → press Enter
Press Windows key → search cmd → click on it
Step 2: Navigate to Your File
When CMD opens, you will see a black window with blinking cursor like this:
C:\Users\YourName>_
Copy
This is where you type all your commands.
Now type your path (remember to copy it from File Explorer address bar):
cd C:\Users\YourName\Desktop\graphs
Copy
cmd
Press Enter
Step 3: Install matplotlib
In that same black window, type:
pip install matplotlib
Copy
cmd
Press Enter and wait for it to finish installing
Step 4: Run Your File
Now type:
python "line graph.py"
Copy
cmd
Press Enter
What to Expect
A graph window will pop up showing the Bitcoin price chart
If you see any red error, it usually means Python is not installed — download it from python.org and make sure to check "Add Python to PATH" during installation
Use Google docs in mobile to view these file if you are not using pc or python is not installed

