this is a repo for my tiny, quick, and useful scripts to do anything that the computer can make it easy for me.
- exam-assist: a script to grade me on exams.
- test-list-gen: a script to create a list of test numbers with specific ranges and specific steps.
- score-calc: a script to grade you in a multiple-choice test (with a negative score).
- pages-counter: a script to count pages of all pdf files in a directory.
- pdf-merger: a script to merge the pdf files in a directory into one file.
- pdf-spliter: a script to export specific pages ranges of a big pdf file
- pdf-outline: this script creates outline trees for your pdf document (recommended for scanned pdfs)
- files-downloader : downloading a telegram channel's files
- score-calc-helper : a helper script to get and caluclate the score of students and make csv file
- decode-interpreter : this is a command line tool to make "define" like C++ in python code.