Search results

  1. fukurou

    DiBlabberV3

    class DiBlabberV3(DiSkillV2): def __init__(self, skill_name: str): super().__init__() # skill toggle self.__isActive: bool = True self.skillToggler: AXContextCmd = AXContextCmd() self.skillToggler.contextCommands.insert(f'toggle {skill_name}')...
  2. fukurou

    [MEDIA]

  3. fukurou

    📱android Rog phone 8 pro king case hope its for the edition to because its the same sizes 😊

    good phone, but the phone case you picked suck ass
  4. fukurou

    📱android Rog phone 8 pro king case hope its for the edition to because its the same sizes 😊

    he has a valid point, that camera hole is yuck
  5. fukurou

    [MEDIA]

  6. fukurou

    📱android ASUS ROG Phone 8 Pro

    כן תחכה עוד כמה חודשים חבל לקנות סוג ב
  7. fukurou

    📱android ASUS ROG Phone 8 Pro

    cope cope cope cope cope cope cope cope cope cope cope
  8. fukurou

    📱android ASUS ROG Phone 8 Pro

    new name same shit. pro edition 8 or COPE
  9. fukurou

    coding party! OooWee

    import os import re import time from pygame import mixer import inflect from LivinGrimoire23 import RegexUtil, enumRegexGrimoire def validate_time(time) -> bool: pattern = "^([01]?[0-9]|2[0-3]):[0-5][0-9]$" result = re.match(pattern, time) return result is not None def...
  10. fukurou

    📱android ASUS ROG Phone 8 Pro

    same specs as rog 6, just get rog 6 for cheaper
  11. fukurou

    [MEDIA]

  12. fukurou

    coding party! OooWee

  13. fukurou

    coding party! OooWee

    import os import re from pygame import mixer import inflect from LivinGrimoire23 import RegexUtil, enumRegexGrimoire def validate_time(time) -> bool: pattern = "^([01]?[0-9]|2[0-3]):[0-5][0-9]$" result = re.match(pattern, time) return result is not None def...
  14. fukurou

    coding party! OooWee

    import os import re from pygame import mixer import inflect from LivinGrimoire23 import RegexUtil, enumRegexGrimoire def validate_time(time) -> bool: pattern = "^([01]?[0-9]|2[0-3]):[0-5][0-9]$" result = re.match(pattern, time) return result is not None def...
  15. fukurou

    [MEDIA]

  16. fukurou

    coding party! OooWee

    import os from pygame import mixer class OGTTS: def __init__(self): mixer.init() def playSoundFile(self, file: str)->bool: if os.path.isfile(f'sounds/{file}.mp3'): mixer.music.load(f'sounds/{file}.mp3') mixer.music.play() return True...
  17. fukurou

    coding party! OooWee

    @kollector I need the codes to split a string to words and madfuckin iterate it and shit
  18. fukurou

    coding party! OooWee

    maybe it's in your dick hole?
  19. fukurou

    coding party! OooWee

    import os from pygame import mixer class OGTTS: def __init__(self): mixer.init() def playSoundFile(self, file: str)->bool: if os.path.isfile(f'sounds/{file}.mp3'): mixer.music.load(f'sounds/{file}.mp3') mixer.music.play() return True...
  20. fukurou

    coding party! OooWee

    ok I beefed up the balbber skill with the eliza reflect function
Top