-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
# UUID2 | ||
I recently found out about UUIDs, but I decided to make my own variant which includes letters as well. | ||
|
||
# Python3 version: | ||
|
||
A simple GUI in Python 3✲ which generates an alpha numeric "UUID" and outputs it to the active terminal and copies it to the clipboard. | ||
|
||
![demo](https://i.imgur.com/ZBeUcJD.png) | ||
|
||
✲I don't know Python 3 (yet), this was just thrown together based on my limited knowledge and after reading some tutorials on how to use tkinter. | ||
|
||
# Visual Basic 6 version: | ||
|
||
Simple dialog which allows for a little more in terms of options such as using lowercase letters, braces (which I've accidentally called brackets), and automatic generation every 10s. | ||
|
||
![UUID2_VB](https://user-images.githubusercontent.com/34282672/182501447-e0ccdfa1-2a06-49c2-9a32-e27820f01359.png) |