Search results

  1. 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))
  2. 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...
  3. 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...
  4. 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
  5. fukurou

    coding party! OooWee

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

    [MEDIA]

  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. 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"...
  10. fukurou

    eliza dev

  11. 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"...
  12. 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...
  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    Python tts

    from playsound import playsound import pyttsx3 class LGTTSv1: def __init__(self): self.engine = pyttsx3.init() self.rate = self.engine.getProperty('rate') self.engine.setProperty('rate', 125) self.engine.setProperty('voice', 1) self.volume =...
  18. fukurou

    Python tts

    from playsound import playsound import pyttsx3 if __name__ == "__main__": # init engine engine = pyttsx3.init() rate = engine.getProperty('rate') engine.setProperty('rate', 125) engine.setProperty('voice', 1) volume = engine.getProperty('volume')...
  19. fukurou

    👨‍💻 dev skill tree

    package skills; import AXJava.AXContextCmd; import AXJava.DrawRnd; import AXJava.Responder; import LivinGrimoire.DiSkillV2; public class DiSmoothie1 extends DiSkillV2 { private Responder base = new Responder("grapefruits", "oranges", "apples", "peaches", "melons", "pears", "carrot")...
  20. fukurou

    📱android best phone ever :)

    wait a year, don't compromise. or flip a coin to choose a phone.
Top