Git Product home page Git Product logo

markcount's Introduction

markcount

Mark exam sections for each student and save results in a file.

This program is specifically tailored for IdC’s placement test.

What does it do?

markcount.py parses information from marks.xlsx and answerKey.xlsx, counts students’ marks, compares them against the answer key, tallies them, and outputs the results in results.xlsx.

How to use it

Python

Make sure Python and pip are installed. This can easily be checked by running these two commands:

python --version
pip --version

Depending on your machine, e.g., macOS, it might be necessary to replace python by python3 and pip by pip3.

Required files

Make sure to place all relevant files in the same folder:

  • markcount.py
  • answerKey.xlsx
  • marks.xlsx

Libraries

This program relies on the openpyxl library to read and write Microsoft Excel files.

The recommended way

The recommended way is to use pipenv to manage this program’s libraries.

The straightforward way

Install openpyxl globally by running pip install openpyxl. Again, it might be necessary to replace pip by pip3 on some machines.

Running the program

python markcount.py

Possible updates

This program currently works for only one type of placement test. It is possible to update it so it could work for other types with a different number of sections.

markcount's People

Contributors

gragt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.