This is a simple Tkinter-based login system with a fun twist. If the user enters the correct password (python), they are granted access. If they enter an incorrect password, the system initiates a countdown and then executes .bat files (if available) to simulate a crash effect.
- Basic authentication with username and password.
- Displays a welcome message if the correct password is entered.
- Initiates a countdown and executes
.batfiles if an incorrect password is entered. - Simple GUI built with Tkinter.
- Python 3.x
- Tkinter (included with Python standard library)
- Run the script:
python sas.py python sas2.py
- Enter a name and password.
- If the correct password (
python) is entered, a welcome message appears. - If an incorrect password is entered, a countdown begins before executing
.batfiles (if available).
- The script searches for
.batfiles in the current directory. - If two
.batfiles are found, they will be executed usingsubprocess.Popen(). - If fewer than two
.batfiles are present, a message is displayed in the console.
This script is meant for educational and entertainment purposes. Be cautious when running or modifying .bat files, as they can execute system commands.
This project is open-source and available under the MIT License. test