Skip to content

cybersecurity-dev/Python-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Development Toolkit

Linux Windows YouTube Reddit

GitHub   YouTube   My Awesome Lists

Interacting with the OS

  • os
  • sys

Interacting with Files

  • os.path
  • pathlib
  • shutil
  • fileinput
  • tempfile

Command line arguments & Configuration Files

  • argparse
  • configparser

Compressing & Decompressing Files

  • gzip

Running & Communicating with other Processes

  • subprocess

Running Remote Commands

  • Paramiko - Paramiko is a pure-Python implementation of the SSHv2 protocol, providing both client and server functionality.
    pip install paramiko

My Awesome Lists

You can access the my awesome lists here

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

🔼 Back to top

About

Python Development Toolkit

Topics

Resources

License

Stars

Watchers

Forks

Languages