Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
H14d3n committed Jun 4, 2024
2 parents e1d9d8d + db1e76b commit 7087332
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# tKinter-Experiment
Brief simplification of the user creation process in Windows, implemented in python.
## 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 @@ -9,10 +10,6 @@ Brief simplification of the user creation process in Windows, implemented in pyt

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 7087332

Please sign in to comment.