Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
- DifferentDance8
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Works fine for me! It's probably on your end. Hello! So I deided to start learning PyGame but I already have a problem when I've not even started ._.
So I was trying to do it on Replit (yes i will only stay on replit nowhere else) but when I ran the code:
https://replit.com/@Ellirio/Pygame-Test
The output screen is just a loading screen the same happens for Java HTML and CSS projects. Does anyone know why could it be some stuff on Replit being blocked by my computer?
- LoIdesMio
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Yes I think it is I believe its the school computer blocking it stupad school computer ._.Works fine for me! It's probably on your end. Hello! So I deided to start learning PyGame but I already have a problem when I've not even started ._.
So I was trying to do it on Replit (yes i will only stay on replit nowhere else) but when I ran the code:
https://replit.com/@Ellirio/Pygame-Test
The output screen is just a loading screen the same happens for Java HTML and CSS projects. Does anyone know why could it be some stuff on Replit being blocked by my computer?
- DifferentDance8
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
replit also contains vpns and school blocker bypassers, so that's probably whyYes I think it is I believe its the school computer blocking it stupad school computer ._.Works fine for me! It's probably on your end. Hello! So I deided to start learning PyGame but I already have a problem when I've not even started ._.
So I was trying to do it on Replit (yes i will only stay on replit nowhere else) but when I ran the code:
https://replit.com/@Ellirio/Pygame-Test
The output screen is just a loading screen the same happens for Java HTML and CSS projects. Does anyone know why could it be some stuff on Replit being blocked by my computer?
- -cloudcoding-
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Is there a way to find the frequency of the sound of the microphone on python?
- wvzack
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
i think i came across that some where i will go see Is there a way to find the frequency of the sound of the microphone on python?
- ToastersUnited
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
whats wrong? It looks like its running.Does anyone know of a good alternative to pygame? Windows 11 doesn't support that anymore.
??
Anyway, piglet is another similar module
- bigspeedfpv
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
exactly i was demonstrating it workingwhats wrong? It looks like its running.Does anyone know of a good alternative to pygame? Windows 11 doesn't support that anymore.
??
Anyway, piglet is another similar module
- -cloudcoding-
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Thanksi think i came across that some where i will go see Is there a way to find the frequency of the sound of the microphone on python?
- MonkeyBean2
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Try using the “? help” button in the bottom-left corner in the sidebar in replit while not in the editor. Hello! So I deided to start learning PyGame but I already have a problem when I've not even started ._.
So I was trying to do it on Replit (yes i will only stay on replit nowhere else) but when I ran the code:
https://replit.com/@Ellirio/Pygame-Test
The output screen is just a loading screen the same happens for Java HTML and CSS projects. Does anyone know why could it be some stuff on Replit being blocked by my computer?
- MonkeyBean2
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
You can use Is there a way to find the frequency of the sound of the microphone on python?numpy.fft or scipy.fft (which is supposed to be a bit easier to use) to get the amplitude of a given frequency in a given signal. You can use pyaudio (docs) to get an audio stream from your microphone. Also, see this.
Last edited by MonkeyBean2 (April 28, 2023 10:22:45)
- -cloudcoding-
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
ThanksYou can use Is there a way to find the frequency of the sound of the microphone on python?numpy.fft or scipy.fft (which is supposed to be a bit easier to use) to get the amplitude of a given frequency in a given signal. You can use pyaudio (docs) to get an audio stream from your microphone. Also, see this.
- The_Challenge_Vault
- New Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Help, pip isn't working.
pip install pygame
- mybearworld
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
(#792)What is the error message you get?
Help, pip isn't working.pip install pygame
- MonkeyBean2
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Commands to try if pip doesn't work:
pip <args>
pip3 <args>
python3 -m pip <args>
py -m pip <args>
python -m pip <args>
python3.10 -m pip <args>
/path/to/python -m pip <args>
- The_Challenge_Vault
- New Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
CMD freezes and computer shutdowns. This has been happening with other CMD commands too. No, if there is a PowerShell work-a-round, PowerShell returns a permission denied error.(#792)What is the error message you get?
Help, pip isn't working.pip install pygame
- ajskateboarder
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
You should probably reinstall WindowsCMD freezes and computer shutdowns. This has been happening with other CMD commands too. No, if there is a PowerShell work-a-round, PowerShell returns a permission denied error.(#792)What is the error message you get?
Help, pip isn't working.pip install pygame
Nobody should use a system which doesn't have a working terminal
- The_Challenge_Vault
- New Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
I can't……You should probably reinstall WindowsCMD freezes and computer shutdowns. This has been happening with other CMD commands too. No, if there is a PowerShell work-a-round, PowerShell returns a permission denied error.(#792)What is the error message you get?
Help, pip isn't working.pip install pygame
Nobody should use a system which doesn't have a working terminal
- MonkeyBean2
- Scratcher
100+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
Do you have the appropriate permissions?I can't……You should probably reinstall WindowsCMD freezes and computer shutdowns. This has been happening with other CMD commands too. No, if there is a PowerShell work-a-round, PowerShell returns a permission denied error.(#792)What is the error message you get?
Help, pip isn't working.pip install pygame
Nobody should use a system which doesn't have a working terminal
- mybearworld
- Scratcher
1000+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
(#795)That seems like a broken installation of Windows to me.CMD freezes and computer shutdowns. This has been happening with other CMD commands too. No, if there is a PowerShell work-a-round, PowerShell returns a permission denied error.(#792)What is the error message you get?
Help, pip isn't working.pip install pygame
- bigspeedfpv
- Scratcher
500+ posts
PyHelp - The official Scratch Python help forum | Ask, help, discuss, & more! | +800 posts! |
average arg