Skip to content

rxfe-a/scp-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

SCP-UI (Secure Copy Protocol UI)

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

Warning

This repo is still in development and also a W.I.P so please be cautious while using this project

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

Watchers

Forks

Languages