Open comments for this post
The beginning of something : I have done a simple verification script to prevent errors like “the files isn’t readable/writeable/ doesn’t exists….”. In the functions files, I’ve made the scanning process (with a view of the files). Now I need to figure how I save the scan into a SQL file and how to read the files. I’m scared of the multithreading part…
Open comments for this post
This is much more difficult than I thought. For the beginning, I make a scan for one folder. I’m currently discovering how to use pathlib, thanks to AI.
Open comments for this post
It’s my first devlog about LocalSearch, a search engine for local files, based on Python. I am currently working on the indexation, the first step (otherwise we don’t have any files detected).