Удалить 'src/fb3.py'

This commit is contained in:
a2p1k02 2021-01-01 18:41:25 +00:00
parent b13d664135
commit c31ef27c8f
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
import sys
from zipfile import ZipFile
# from bs4 import BeautifulSoup
# from lxml import etree
def reader():
files = input("Enter the path to file: ")
with ZipFile(files) as book:
for row in book.read('2/fb3/body.xml').decode('utf-8').splitlines():
opened = open("test.txt", "a")
opened.write(row)