Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/setsugennoao/stgpytools
Collection of stuff that's useful in general python programming
https://github.com/setsugennoao/stgpytools
Last synced: about 2 months ago
JSON representation
Collection of stuff that's useful in general python programming
- Host: GitHub
- URL: https://github.com/setsugennoao/stgpytools
- Owner: Setsugennoao
- License: mit
- Created: 2023-10-29T15:49:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:42:16.000Z (2 months ago)
- Last Synced: 2024-10-30T07:43:15.712Z (2 months ago)
- Language: Python
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stgpytools
Collection of stuff that's useful in general python programming
## How to install
Install `stgpytools` with the following command:
```sh
pip install stgpytools
```Or if you want the latest git version, install it with this command:
```sh
pip install git+https://github.com/Setsugennoao/stgpytools.git
```