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
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 |
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 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? ") |