Discover with ease. Search for universities, companies, gyms, and more by city or country. Real-time updates and download compiled results in CSV.
- 🔍 Easy Search: Search for various types of places by city or country.
- ⏱️ Real-Time Updates: Get real-time progress updates during the search process.
- 📊 CSV Download: Download search results in CSV format for easy access and sharing.
-
Clone the repository:
git clone https://github.com/Sohaib-2/EasyFind.git cd easyfind
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
Run the application:
python run.py
-
Open your web browser and go to
http://127.0.0.1:5000
. -
Search for Places:
- Select a category (e.g., universities, software companies).
- Choose whether to search by city or country.
- Enter the location.
- Specify the number of results.
- Click "Search" to begin the search process.
-
View Results:
- Watch the real-time progress updates.
- View the results in a table.
- Download the results in CSV format by clicking the "Download CSV" button.
Contributions are welcome! Please follow these steps to contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -am 'Add a descriptive commit message'
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a pull request.
Thank you for using EasyFind! If you have any questions or feedback, feel free to open an issue or reach out to us. 😊