import win32ui
import time
import requests
API_ID="31"
API_KEY = "9cLN3vGG6"
SECRET_KEY = "G0w863ga9p0uNULIM7"
from concurrent.futures import ThreadPoolExecutor
import win32api
import win32print
import os,glob
import collections
import time
import threading
import shutil
from threading import Thread
def ospath(folder_path):
if os.path.isdir(folder_path):
for file in glob.glob(folder_path+'\*'):
os.remove(file)
#os.rmdir(folder_path)
else:
# file not found message
print("File not found in the directory")
#os.mkdir(folder_path)
src_dir='E:\\FTP\\'</