This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from pathlib import Path | |
| import re | |
| import subprocess | |
| import tkinter as tk | |
| from tkinter import filedialog | |
| from tkinter import ttk | |
| from tkinter import messagebox | |
| def get_kavita_root(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| import os | |
| import random | |
| import time | |
| import datetime | |
| # commtech system for marshall station Destroyer of Worlds | |
| def slow_print(text): | |
| for char in list(text): |