Update DataClass.py, StoreXLS.py, and main.py

save to xlsx.. working..now...
This commit is contained in:
2024-05-31 20:51:12 +09:00
parent d4bc88e9b4
commit 72896d3ddf
3 changed files with 159 additions and 32 deletions

10
main.py
View File

@@ -3,17 +3,25 @@ import GetArc_Ehentai as getEhentai
import MgrCalibreLibs as mgrCal
import UtilPack as util
import StoreXLS as xls
def main():
#getHitomi.GetSearchResult("2890685")
#etEhentai.GetSearchResult("artist%3A%22kotomi+yo-ji%24%22")
mgrCal.Start()
#mgrCal.Start()
#util.printDbgMessages()
#artist:"kotomi yo-ji$"
#"artist%3A%22kotomi+yo-ji%24%22"
tempxls = xls.DBXLStorage("./temp.xls")
tempxls.DBXLSOpen()
tempxls.AddTagInfo("female:bondage", "/tag/bondage/")
tempxls.AddTagInfo("female:slave", "/tag/slave/")
tempxls.DBXLSClose()
# For Main Loop