"Secure. Contain. Protect."
A Python-based terminal program that scrapes the SCP Wiki to retrieve, display, and save information about SCP objects — wrapped in an immersive, foundation-themed terminal experience with user authentication, activity logging, and security features.
Current Version: v2.1.5
- 🔍 SCP Lookup — Retrieve detailed info on any SCP object directly from the SCP Wiki
- 💾 Save to File — Save SCP object data as
.txtfiles in theSCP object files/folder - 🔊 Text-to-Speech — Read out SCP entries using the speech engine
- 👤 User Registration & Login — Register accounts with password authentication
- 🔒 Emergency Lockout — Terminal lockout system for security
- 🕶️ Incognito Mode — Browse without logging activity
- 📋 Activity Logging — All terminal actions logged to
Activity Logs/ - 🖥️ Terminal Override — Admin-level override system
- 🎨 Colored Output — Styled terminal UI with color formatting
- 🔐 Security Features — Multiple layers of access control
SCP-Foundation-Terminal/
├── Activity Logs/ # Auto-generated session activity logs
├── SCP object files/ # Saved SCP data in .txt format
├── Users/ # Registered user data
├── scp_terminal.py # Main terminal entry point
├── scp001.py # SCP-001 special handler
├── chronicle_engine.py # Core data retrieval & scraping engine
├── register.py # User registration module
├── lockout.py # Emergency lockout handler
├── speech_engine.py # Text-to-speech module
├── requirements.txt # Python dependencies
├── scp.png # SCP Foundation logo
└── LICENSE
Python 3.x + the following packages:
pip install requests bs4 pyttsx3 colorama
shutil,random, anddatetimeare Python standard library modules — no install needed.
Or install everything at once using the requirements file:
pip install -r requirements.txt-
Clone the repo:
git clone https://github.com/ashfaaqrifath/SCP-Foundation-Terminal.git cd SCP-Foundation-Terminal -
Install dependencies:
pip install -r requirements.txt
-
Register a new user:
python register.py
-
Launch the terminal:
python scp_terminal.py
-
Log in and start looking up SCP objects!
| File | Role |
|---|---|
scp_terminal.py |
Main terminal UI — handles login, commands, and navigation |
chronicle_engine.py |
Scrapes SCP Wiki using requests + BeautifulSoup |
register.py |
Handles new user account creation |
lockout.py |
Triggers emergency terminal lockout |
speech_engine.py |
Reads SCP content aloud using pyttsx3 |
scp001.py |
Special handling for the classified SCP-001 entry |
- Language: Python 3
- Web Scraping:
requests,BeautifulSoup4 - TTS:
pyttsx3 - Terminal Styling:
colorama - Data Source: scp-wiki.wikidot.com
MIT — © 2023 Ashfaaq Rifath
