Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Chrysalis Archive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:57, 15 May 2024 Don86326 talk contribs created page Main.py (Created page with "<pre style="width:600px; color:lime; background-color:#302;"> import tkinter as tk from prompt_engineer import PromptEngineerApp CONFIG_INI_FILE = "app.ini" def main(): root = tk.Tk() app = PromptEngineerApp(root, CONFIG_INI_FILE) root.mainloop() if __name__ == '__main__': main() </pre>")