Skip to content

Latest commit

 

History

History
100 lines (64 loc) · 1.67 KB

readme.md

File metadata and controls

100 lines (64 loc) · 1.67 KB

Personal use scripts

These scripts were written for personal use. You are free to do with these as you wish.

cam.pyw

To quickly check my face and background before a call.

Requirements:

OpenCV

PyQt5

pip install opencv-python
pip install PyQt5

cputemp.bat

Retrieves the temperature of the CPU. Windows only. May not work on all machines.

cputemp.py

Gets the CPU temperature in a python script. For now, Windows only. May not work on all machines.

curx.py

Commandline currency conversion.

Requirements:

Open Exchange Rate API Key

number_format.py (Optional)

Usage:
curx.py <val> <from> [to]

To currency defaults to INR (₹).

number_format.py

Adds commas(,) to numbers to format them according to Indian or Western format.

Usage:
number_format.py [-i|-w] <num>

Format defaults to Indian.

pdfmerge.pyw

Launches GUI to merge multiple PDFs into a single document.

Requirements:

pyPDF2

pyQt5

pip install PyPDF2
pip install PyQt5

tasks.py

Commandline TODO list manager. Written with the Enigma skin on Rainmeter in mind.

Usage:
tasks.py
tasks.py add <todo>
tasks.py del <num>
tasks.py rot <steps>
tasks.py prom <num>
tasks.py demo <num>
tasks.py pop

roll.py

Rolls a n-sided die.

Usage:
roll.py [n]

Defaults to 6-sided die.

toss.py

Tosses a coin

update-pip.bat

Updates all pip packages