如何在内部目录目录的for循环中使用tqdm获取进度栏?

时间:2019-03-12 17:16:40

标签: python tqdm

我正在尝试获取一个目录的进度条,其中包含多个文件夹,如下所示:

//Company collection
{
    "company_id" : "NUV123",
    "company_name" : "ABC",

}

//Adjustor collection

{  
    "admin" : true,
    "claim_adjustor_id" : "ABA123",

    "company_id" : "NUV123",
    "adjustor_username" : "test",
    "adjustor_password" : "test"
},
{  
    "admin" : true,
    "claim_adjustor_id" : "XYQ324",

    "company_id" : "NUV123",
    "adjustor_username" : "test1",
    "adjustor_password" : "test22"
}

//Image collection

{  
    "claim_adjustor_id" : "ABA123",
    "automobile_reference_no" : "1LNHM83W13Y609413",

    "date_last_predicted" : "03/12/2019"
}

我有一个文件夹,里面有文件夹(folder_A,Folder_B,folder_C),每个文件夹上都有文件,tqdm是否有可能获得总体进度栏?

0 个答案:

没有答案