diff --git a/README.md b/README.md index 64938b9..f7a5bbc 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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`).