Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

rxfe-a/scp-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Tip

Moral of the story, Think before you create. This goes both ways

SCP-UI (Secure Copy Protocol UI)

A simple UI Helper that makes it easier to use and understand the SCP protocol

Warning

read the moral of the story

Note

This has only been tested on python on MacOS versions any other platform is currently unstable untill further notice

( 1 ) Compiling with python

  • Make sure that you have the latest version of Python/Python3 Installed onto your system path

  • Clone the repository

git clone https://github.com/rxfe-a/scp-ui

cd scp-ui/Python
  • Setup venv RECOMMENDED
python3 -m venv venv # name wtv you want
## For Linux/MacOS Below
source venv/bin/Activate
## For Windows
venv/Scripts/Activate
  • Install dependecies including pyinstaller
pip install -r requirements.txt pyinstaller
  • COMPILEEEEE
pyinstaller --onefile --noconsole --icon="scp.ico" app.py
  • Depending on your OS Configuration the build should be placed in a directory called /dist

About

Basic UI Helper for managing the SCP protocol

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages