/file-search

Search for files for a given path up to level 3 deep of your choice

Primary LanguagePython

Table of contents:

File Search

brief

  • Search for files for a given path up to 3 levels deep of your choice.

Task:

```
 Write a script that searches a folder you specify (as well as its subfolders, up to two levels deep) and compiles a list of all .jpg files contained in there. The list should include the complete path of each .jpg file.

 You should train:

 Using for loops
 Using conditional statements
 Working with pathlib
 Thinking about nested loops
 If you are feeling bold, create a list containing each type of file extension you find in the folder.

 Start with a small folder to make it easy to check whether your program is working correctly. Then search a bigger folder.

 This program should work for any specified folder on your computer.

by codingnomads
```

Technologies

Builth With

  • Python

Project Setup

Hardware Requirements

  • You will need a desktop or a laptop computer
  • RAM: A minimum of 4GB RAM is recommended
  • Disk Space: You should have at least 5GB free of space on your working hard drive

Software Requirements

Prerequisites

To get this project up and running locally, you must already have python plus the necessary packages installed on your computer

simple steps to set up on your local machine

- $ git clone `$ git clone https://github.com/symonkipkemei/file-search.git`
- $ git checkout develop
- Run `python file-search.py`

Illustrations

illustartion

Project Information

Project Status

  • In development

Features

  • A decoding option
  • Allow user to paste long paragraphs
  • An interface to allow the user to choose between encrypting and decrypting

TODO

🤝 Contributing

Contributions, issues and feature requests are always welcome!

I love meeting other developers, interacting and sharing.

Feel free to check the issues page.

How to Contribute

To get a local copy up and running follow these simple example steps.

- Fork the repository
- git clone https://github.com/your_username/file-search
- git checkout develop
- git checkout -b branch name
- git remote add upstream https://github.com/symonkipkemei/file-search
- git pull upstream develop
- git commit -m "commit message"
- git push -u origin HEAD

Acknowledgements

Author

👤 Symon Kipkemei

Show your support

Finally, if you've read this far, don't forget to give this repo a ⭐️. They're free . . . .

Acknowledgments