Files
conjurer/conjurer_librarian/count_lines.py
T
gitea a4d81738fe Tag: 1.11
Intermediate commits (oldest → newest):
- NEw util
- Audition
- Fix
- Fixed :)
- Added more logging
- Fix logging0
2025-10-30 16:59:06 +01:00

8 lines
157 B
Python

FILEPTH = r"C:\Database\chunks\4_chunk.txt"
with open(FILEPTH, "r", encoding="utf-8") as file:
tab = file.readlines()
print(len(tab))
#1842295