Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jigsy1 authored Aug 3, 2022
1 parent 0716039 commit 9238b05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
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)

0 comments on commit 9238b05

Please sign in to comment.