Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.43 KB

Mocha Documentation

Below, you’ll find instructions on how to set up and run the project, along with maintenance tips and troubleshooting guidance.

Installation

To get started with Mocha, follow these steps:

1. Python Installation:

Ensure you have Python installed on your system. If not, download and install it from the official Python website.

2. Library Installation

Open your terminal or command prompt. Install the necessary Python libraries using the following commands: pip install requests, beautifulsoup4, plyer

Usage

1. Clone the repository:

Clone the Mocha repository to your local machine: git clone https://github.com/es10176/Mocha.git

2. Navigate to the project directory:

Change your working directory to the folder where Mocha.py is located.

3. Run the script:

Execute the main python script with the following command: ```python Mocha.py`` or run the Mocha file with python directly from your folder in your file manager.

Maintenance and Troubleshooting:

1. No results displayed:

If Mocha doesn’t show any results, check your internet connection and ensure that the coding sources are accessible.

Troubleshooting Steps:

1. Check Dependencies

Verify that you’ve installed the required libraries (requests, beautifulsoup4, and plyer).

2. Update Libraries:

If you encounter issues, update your Python libraries: pip install --upgrade requests, beautifulsoup4, plyer