A program made in python. Grabs chrome login information, Minecraft mods (under 8mb), basic computer info and user info, discord tokens and sends to the discord webhook you set ...
A simple logger made out of a combination of necessity and being so lazy that I overflowed into being productive and instead of searching for a library that suited my needs, I wrote my own.
Save the following code in a file named Logger.py, and then open another python file main.py in the same root directory and use from Logger import Logger to import the package. import logging from ...
As Python developers, we've all been there: you set up logging, you expect it to work, and then... nothing. No logs in your console. No helpful debug messages. It’s like your logger has decided to go ...