https://github.com/raymondev/filefinder
This script finds any lost file in the users computer. It can be implemented as a CMD command.
https://github.com/raymondev/filefinder
Last synced: 12 months ago
JSON representation
This script finds any lost file in the users computer. It can be implemented as a CMD command.
- Host: GitHub
- URL: https://github.com/raymondev/filefinder
- Owner: RaymonDev
- License: agpl-3.0
- Created: 2021-05-23T15:52:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T12:09:32.000Z (about 4 years ago)
- Last Synced: 2025-01-11T01:44:06.409Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.44 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Finder
This script finds any lost file in the users computer. It's meant to be a CMD/Terminal command.
## How it works
This script maps the computer looking for a specified file. When the user inputs the name (no need to be complete, it could be just part of it) and/or extension of the file, they are also asked to input the path where they want to search. There's three options:
```
- desk: Looks for the specifid file in the destkop.
- loc: Looks for the file in the entire computer.
- cus: Looks for the file in a custom path specified by the user.
```
This script is ment to be a console command. In order to do so, copy the
```
findfile.exe
```
into the System32 folder. After that, open the terminal and type
```
findfile
```
Then, the code should be executed.
The code returns the path to the file and the number of posts checked and founded.
## Example:

Example of name:
- File that we are looking for: Family.jpg
- Possible names to give to the program: family / fam / .jpg / Family / ...
## Requisites:
None
## Installing
- Download or clone the repository.
- Copy findfile.exe to System32
- Execute the terminal
- Type:
```
> findfile
```
## How to use:
- Execute the findfile command or execute the python file
- Specify the name of the file (no need to be exact) and/or the extension.
- Specify the mode (desk/loc/cus)
- Wait until the script stops running
### Works for sure on:
- Windows 10 with Python 3.9