Logic with python
2 subscribers
2 files
2 links
I'm this telegram channel,you will get all the materials of programming,pranks and other that I explained on my YouTube!
Download Telegram
Channel created
Channel photo updated
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)
Channel photo updated
Channel name was changed to «Logic with python»
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
Use Google docs in mobile to view these file if you are not using pc or python is not installed