These scripts were written for personal use. You are free to do with these as you wish.
To quickly check my face and background before a call.
pip install opencv-python
pip install PyQt5
Retrieves the temperature of the CPU. Windows only. May not work on all machines.
Gets the CPU temperature in a python script. For now, Windows only. May not work on all machines.
Commandline currency conversion.
number_format.py
(Optional)
curx.py <val> <from> [to]
To currency defaults to INR (₹).
Adds commas(,) to numbers to format them according to Indian or Western format.
number_format.py [-i|-w] <num>
Format defaults to Indian.
Launches GUI to merge multiple PDFs into a single document.
pip install PyPDF2
pip install PyQt5
Commandline TODO list manager. Written with the Enigma skin on Rainmeter in mind.
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
Rolls a n-sided die.
roll.py [n]
Defaults to 6-sided die.
Tosses a coin
Updates all pip packages