Skip to content

Instantly share code, notes, and snippets.

def main():
try:
import sys
import customtkinter as ctk
import time
from customtkinter import filedialog
from tkinter import messagebox
import CTkMenuBar
import chlorophyll
import pygments.lexers
import os
while True:
print("\n1. Make File or Add info to existing file")
print("2. Delete file or folder")
print("3. Make Folder")
print("4. Make .txt file")
print("5. View all files and folders in the current directory")
prominput = input("What do you want to do? ")