Skip to main content

Preparation Bot for Job Interviews

Project description

interviewer - a little bot helping you to prep your job interviews

What it does

interviewer is a little python library that defines a bot to help you practice your interview skills. It basically prompts interview questions in your python console and stops the time it takes you to answer those. It is not much, but it definitely helped me to pick up some confidence.

How it works

You can simply get interviewer from PyPi and run something like:

pip install interviewer

Adjust this to your local python specs of course. To get the mock interview started, simply load the class from the library.

from interviewer import interviewer

Next you can call the class and if you want to, provide a custom set of questions, via .txt file.

my_mock_interview = interviewer(questions_file='path_to_my_questions/question_file.txt')

Once you did that, you can just start the interview and press enter each time you are done with a question. The time it takes you to answer each questions will be recorded.

my_mock_interview.start()

To get an overview, of how long it took you to answer, you can use the analyze method.

my_mock_interview.analyze()

Why is the timing important? First of all, you probably learn to get straight to the point and second, it created a sense of urgency when practicing, which is certainly a good learning.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

interviewer-0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

interviewer-0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page