Skip to content

Commit db6e486

Browse files
committed
Merge branch 'main' of https://github.com/ackercode/tutorials into main
2 parents f956d44 + 9e55ae6 commit db6e486

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Acker Code
1+
# Acker Code Tutorials
2+
3+
- Todos os scripts se encontram na pasta python-tutorials
4+
- Segue no insta para mais dicas: https://www.instagram.com/ackercode/
5+
6+
![new perfil acker code](https://user-images.githubusercontent.com/48387196/157776870-b3007fce-5af2-4648-8c45-be55a5d9e07d.png)
27

3-
- Acker Code Tutorials
4-
![perfil arcke code 3](https://user-images.githubusercontent.com/48387196/112059528-b4a4df00-8b3a-11eb-918c-9480d371da96.png)

python-tutorials/musicpython.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pygame
2+
3+
pygame.mixer.init()
4+
pygame.mixer.music.load("musica.mp3") #nome do seu arquivo de musica
5+
pygame.mixer.music.play()
6+
7+
# para parar o arquivo rodando digite CTRL+C
8+
# ou crie essa function para = input('Digite alguma letra')

0 commit comments

Comments
 (0)