Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liu-yucheng/retroverse-bike-utils
A utility toolset for the Retroverse Bike project.
https://github.com/liu-yucheng/retroverse-bike-utils
cryptography python3 utility
Last synced: 30 days ago
JSON representation
A utility toolset for the Retroverse Bike project.
- Host: GitHub
- URL: https://github.com/liu-yucheng/retroverse-bike-utils
- Owner: liu-yucheng
- License: agpl-3.0
- Created: 2024-07-30T06:44:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T13:30:56.000Z (4 months ago)
- Last Synced: 2024-10-18T11:54:30.987Z (4 months ago)
- Topics: cryptography, python3, utility
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retroverse-Bike-Utils
- A utility toolset for the Retroverse Bike project.
# Preparation
- Install (Python)[https://www.python.org/downloads/]
- Make sure `python` and `pip` are available on your terminal command line.
- Open the repository directory in your terminal.
- Run `pip install -r ./requirements.txt` to install the python dependencies.# Usage
## [`Bike_Configs_Generate.py`](./Bike_Configs_Generate.py)
- Generates configurations for a bike name.
- Uses cryptographic technologies to ensure information confidentiality.
- `python Bike_Configs_Generate.py [--help] `## [`Batch_Bike_Configs_Generate.py`](./Batch_Bike_Configs_Generate.py)
- Performs a batch of "Bike_Configs_Generate.py" operations.
- `python Batch_Bike_Configs_Generate.py [--help] [Bike_Name2] ...[Bike_Names]`## [`Batch_RetroverseBike_Configs_Generate.py`](./Batch_RetroverseBike_Configs_Generate.py)
- Performs a "Batch_Bike_Configs_Generate.py" operation with a "Retroverse-Bike_" prefix for each bike name.
- `python Batch_RetroverseBike_Configs_Generate.py [--help] [Bike_Name2] ...[Bike_Names]`# Copyright
```
Copyright (C) 2024 Yucheng Liu. Under the GNU AGPL 3.0 License.
GNU AGPL 3.0 License available at: https://www.gnu.org/licenses/agpl-3.0.txt
```