A Browser Based Sms Bomber
A Simple Browser Automated Bomber which uses selenium 😀Star the Repo and Follow Me Or You wont be a 1337 coder [+] https://github.com/Terminal1337/sms-bomber.git [+] cd sms-bomber [+] pip install -r requirements.txt && python sms_bomb.py Prerequisite: install chromedriver from https://sites.google.com/chromium.org/driver/ and update your chrome browser to latest stable release Discord: ~Terminal#1337 GitHub View Github
Read moreA simple Python script to display PiHole statistics on an eInk Display
This Python script outputs Pi-hole statistics on a 2.7″ e-ink display, and updates it periodically. Note: This is just a statistics display script, not the actual DNS Sinkhole. If you’re looking to set up a DNS sinkhole, check out the Pi-hole project page, totally unaffiliated with this script. The display I use is from WaveShare, and this script uses their library. (Instructions on how to install their library can be found in the previous link.) Configuring the script There are […]
Read moreOneDriveExplorer – A command line and GUI based application for reconstructing the folder structure of OneDrive from the UserCid.dat file
OneDriveExplorer is a command line and GUI based application for reconstructing the folder structure of OneDrive from the ..dat file. Command line To use OneDriveExporer, simply provide the ..dat file to the -f argument OneDriveExplorer.py -f business1d1a7c039-6175-4ddb-bcdb-a8de45cf1678.dat OneDriveExplorer will produce a JSON file called OneDrive.json containing the folder structure. The –pretty option can be used to output the JSON into a more human readable layout. GUI The GUI consists of two panes: the folder structure on the left and details […]
Read moreDefining Python Functions With Optional Arguments
Defining your own functions is an essential skill for writing clean and effective code. In this tutorial, you’ll explore the techniques you have available for defining Python functions that take optional arguments. When you master Python optional arguments, you’ll be able to define functions that are more powerful and more flexible. In this course, you’ll learn how to: Distinguish between parameters and arguments Define functions with optional arguments and default parameter values Define functions using args and kwargs Deal with […]
Read moreBackground change acc. to the solarterm
About The Project In ancient China, our ancestor named solar terms with such romantic and poetry words which bring the temperature, humidity, sound, smell, taste to me when I read them. These breathtaking photos for different solar terms taking from countdown video in Beijing winter olympics 2022 opening ceremony. Run the code then destop’s background will be set based on the solar term interpreted from the current date. How to Use: download and unzip code install python3 (https://www.python.org/downloads/windows/) double click […]
Read moreThe N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other
The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other. For example, following is a solution for 8 Queen problem. The 8 queens problem is simple. On an 8×8 chess board, the queen can move any number of squares horizontally, vertically, and diagonally. Normally, there is one queen per side on the board but for this problem, there are 8. This can be generalized to N queens […]
Read more