Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

deltaclock/emu-paradise-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emu-Paradise-Download

Build Status

Description

This script is a web scrapper of the emuparadise.me website which aims to make the process of downloading a game from the terminal as simple as possible.

Imgur


Installation

Linux and MacOS

git clone https://github.com/deltaclock/emu-paradise-download.git
pip install -r requirements.txt

or even better using a venv

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Windows

Take a look at releases, for the latest build. The build there is built automatically and not tested.

Usage

Run the script on a terminal and follow the on screen menu.

Linux & MacOS

python3 emuDl.py

Windows

Windows users should open cmd or powershell and run the exe found in the releases page.

Note windows cmd cant handle some unicode symbols, its not a bug, just ignore it.

.\emuDl.exe


Disclaimer

This software may only be used for legal, lawful purposes. Any and all authors and contributors to the project are not responsible for the illegal or malicious use of this software, or any and all potential damages resulting from such wrongful use.