https://github.com/danielgtaylor/guid-tool-web
GUID conversion tool website
https://github.com/danielgtaylor/guid-tool-web
Last synced: over 1 year ago
JSON representation
GUID conversion tool website
- Host: GitHub
- URL: https://github.com/danielgtaylor/guid-tool-web
- Owner: danielgtaylor
- License: mit
- Created: 2012-12-01T06:19:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T05:14:52.000Z (over 13 years ago)
- Last Synced: 2025-05-06T00:55:32.316Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 18
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
GUID Convertion Tool Website
============================
A simple website to convert GUIDs between different representations: integer, hexadecimal, and base64. The site is available at the following URL:
* http://guid-convert.appspot.com/
Downloadable Version
--------------------
A downloadable version of this program can be easily installed. If you have Python, simply run:
```bash
pip install guid-tool
```
You can then run the tool:
```bash
guid-tool [GUID]
```
Public API
----------
A public API is available. An HTTP POST can be sent to either create a new GUID or convert one to multiple formats:
```bash
curl -d "" http://guid-convert.appspot.com/new
curl -d "guid=..." http://guid-convert.appspot.com/query
```