This gist is now deprecated in favor of our official documentation: https://documentation.portainer.io/api/api-examples/ which contains up to date examples!
Please refer to the link above to get access to our updated API documentation and examples.
This gist is now deprecated in favor of our official documentation: https://documentation.portainer.io/api/api-examples/ which contains up to date examples!
Please refer to the link above to get access to our updated API documentation and examples.
| from tkinter import * | |
| from sound_panel import * | |
| import pygame.mixer | |
| import os | |
| app=Tk() | |
| app.title('Head First Mix') | |
| mixer = pygame.mixer | |
| mixer.pre_init(buffer = 300) | |
| mixer.init() |