From e976f2a4a75ef68b6d418a5bf7f79090fc27de47 Mon Sep 17 00:00:00 2001 From: Tizian Imseng <146072924+H14d3n@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:36:43 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 64938b9..6fb7691 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -# tKinter-Experiment -Brief simplification of the user creation process in Windows, implemented in python. - ### `Version with CustomTKinter` ![image](https://github.com/H14d3n/tKinter-experiment/assets/146072924/fbaa6dbb-0237-43e9-ad36-71cf0633fcc2) From db1e76b7dca40aa060b13b74b259563be16875ac Mon Sep 17 00:00:00 2001 From: Tizian Imseng <146072924+H14d3n@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:37:12 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fb7691..f7a5bbc 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`).