Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
H14d3n authored Jun 4, 2024
1 parent e976f2a commit db1e76b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Offline Account Creator

This Python script utilizes Tkinter, a standard GUI toolkit for Python, along with custom styling provided by the `customtkinter` module. It allows users to create offline accounts on a Windows system.

### `Version with CustomTKinter`
![image](https://github.com/H14d3n/tKinter-experiment/assets/146072924/fbaa6dbb-0237-43e9-ad36-71cf0633fcc2)

Expand All @@ -6,10 +10,6 @@

I think you can see the clear winner here. Though I must admit, I didn't spend that much time with the TKinter version. ;D

## Offline Account Creator

This Python script utilizes Tkinter, a standard GUI toolkit for Python, along with custom styling provided by the `customtkinter` module. It allows users to create offline accounts on a Windows system.

### Setup

- The script imports necessary modules such as Tkinter (`from tkinter import *`), a custom Tkinter module (`import customtkinter`), subprocess (`import subprocess`), and os (`import os`).
Expand Down

0 comments on commit db1e76b

Please sign in to comment.