https://github.com/mahaloz/mahaloz_lib
A Python library for my often reused CTF scripts, packages, and configs (including dotfiles).
https://github.com/mahaloz/mahaloz_lib
Last synced: about 1 month ago
JSON representation
A Python library for my often reused CTF scripts, packages, and configs (including dotfiles).
- Host: GitHub
- URL: https://github.com/mahaloz/mahaloz_lib
- Owner: mahaloz
- License: bsd-2-clause
- Created: 2023-09-02T18:23:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T22:38:41.000Z (over 1 year ago)
- Last Synced: 2024-10-14T11:02:55.374Z (6 months ago)
- Language: Python
- Size: 2.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mahaloz_lib
A Python library for my often reused CTF scripts, packages, and configs (including dotfiles).## Installation
```bash
pip install -e .
```
If you are using it for a first system setup, then do
```bash
pip install -e .[system_setup]
```## Usage
### Setting up a mahaloz System
```bash
python3 -m mahaloz_lib --setup-system
```
Use the `--no-packages` to only install config files (which may install other packages).