Skip to content

A brief simplification of the windows user creation process

License

Notifications You must be signed in to change notification settings

H14d3n/windows-account-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 easily create offline accounts on a Windows system, without using compmgmt or similar programs.

Version with CustomTKinter

image

Version with TKinter

image

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