Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.51 KB

PyQuesTim

Twitter

A command line Python application that helps you improve your question-solving speed. It allows you to set a specific time (in minutes) for solving a question, prompts you to specify the number of questions you want to solve, and then alerts you with a sound after the designated time has elapsed.

Table of Contents

Installation

  1. Ensure you have Python 3 installed.

  2. Clone this repository using the following command:

    git clone https://github.com/ishant9805/PyQuesTim.git
  3. Navigate to the project directory:

    cd PyQuesTim
  4. Install the playsound library:

    pip install playsound

Usage

  1. Open a terminal and navigate to the project directory.

  2. Run the following command to start the application:

    python main.py
  3. Follow the prompts to input the desired time and number of questions.

  4. Wait for the specified time duration, and you will be alerted with a sound.

Contact

Don't forget to star ⭐️ this repository if you found it helpful!