Search results

  1. fukurou

    [MEDIA]

  2. 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...
  3. fukurou

    coding party! OooWee

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

    coding party! OooWee

    maybe it's in your dick hole?
  5. 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...
  6. fukurou

    coding party! OooWee

    ok I beefed up the balbber skill with the eliza reflect function
  7. fukurou

    coding party! OooWee

    class DiPostProcessor(DiSkillV2): def __init__(self): super().__init__() self.tes:TextEditingSeries = TextEditingSeries() def input(self, ear: str, skin: str, eye: str): if len(ear) == 0: return self.setSimpleAlg(self.tes.add_new_lines(ear, 60))
  8. fukurou

    coding party! OooWee

    import time from LivinGrimoire23 import * from AXPython import * from MatrixGUI1 import App from skills import * from hidden_skills import * import tkinter as tk from tkinter import ttk # from tkinter import messagebox # Press Shift+F10 to execute it or replace it with your code. # Press...
  9. fukurou

    coding party! OooWee

    class TextEditingSeries: @staticmethod def add_new_lines(text: str, n1: int): words = text.split(' ') lines = [] current_line = [] current_length = 0 for word in words: if current_length + len(word) + len(current_line) > n1...
  10. fukurou

    coding party! OooWee

    I'm guessing this is a hardware skill class DiPostProcessor(DiSkillV2): def __init__(self): super().__init__() def input(self, ear: str, skin: str, eye: str): if len(ear) == 0: return
  11. fukurou

    coding party! OooWee

    dude! :s79:stop eating chipsin my command center, I'm sick of my keyboard being oily!
  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    eliza dev

    import re import random class Eliza: reflections = { "am": "are", "was": "were", "i": "you", "i'd": "you would", "i've": "you have", "my": "your", "are": "am", "you've": "I have", "you'll": "I will", "your"...
  16. fukurou

    eliza dev

  17. fukurou

    eliza dev

    stem: import re import random class Eliza: reflections = { "am": "are", "was": "were", "i": "you", "i'd": "you would", "i've": "you have", "my": "your", "are": "am", "you've": "I have", "you'll": "I will"...
  18. fukurou

    eliza dev

    import re import random class Eliza: reflections = { "am": "are" } class PhraseMatcher: def __init__(self, matcher, responses): self.matcher = re.compile(matcher) self.responses = responses def matches(self, str): return...
  19. fukurou

    [MEDIA]

  20. fukurou

    [MEDIA]

Top