Advertisement
CajonDesastreAddon

Test

Sep 10th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import xbmcaddon
  2. import xbmcgui
  3.  
  4. addon = xbmcaddon.Addon()
  5. addonname = addon.getAddonInfo('name')
  6.  
  7. line1 = "Hello World!"
  8. line2 = "We can write anything we want here"
  9. line3 = "Using Python"
  10.  
  11. xbmcgui.Dialog().ok(addonname, line1, line2, line3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement