Down is an open-source Search Engine, it's main goal is to provide acces to cracked version of games, free of viruses, and ad. Even though Down try to provide safe content, user is highly invited to still becareful of the file he is downloading.
- Python 3.6 or higher
- pip (Python package installer)
-
Clone the repository:
git clone https://github.com/Plunnnnn/Down <your-folder> cd <your-folder>
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
venv\Scripts\activate
-
On macOS and Linux:
source venv/bin/activate
-
-
Install the required packages:
pip install -r requirements.txt
-
Set up the Flask application:
-
On Windows, use
set
instead ofexport
:set FLASK_APP=run.py set FLASK_ENV=development
-
On macOS and Linux:
export FLASK_APP=run.py export FLASK_ENV=development
-
-
Run the Flask application:
flask run
-
Open your web browser and go to
http://127.0.0.1:5000
. -
Use the search bar to search for games. Click on a game to view detailed information.
app/
: Contains the main application code.__init__.py
: Initializes the Flask app.game.py
: Contains theGame
class and related methods.routes.py
: Defines the routes for the Flask app.scrape.py
: Contains the scraping logic.
static/
: Contains static files (e.g., CSS, JavaScript).templates/
: Contains HTML templates.game_detail.html
: Template for game detail page.index.html
: Template for the main search page.
run.py
: Entry point for running the Flask app.requirements.txt
: Lists the Python dependencies.
2024-07-27.21-38-09.mp4
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License - see the LICENSE file for details.