LinuxHelper

LinuxHelper

LinuxHelper (aka SelfLinux) is a great helper for Windows users' transition to Linux. To summarize its working logic: first it scans the user's computer's hardware, then classifies the collected hardware information and scores the computer. Afterwards it asks the user two personal questions and recommends 3 distributions (sometimes 2) to the user. The user selects a distribution, LinuxHelper downloads the selected distro's ISO from my Google Drive account and writes it to the user's USB. Finally, it restarts the user's computer with the recovery option and directs the user to the live USB (to the distro).

Features

Installation

  1. Download the project from the github site
  2. Run the LinuxHelper.exe file with administrator privileges.

Note:

If the .exe file gives a library error, you need to install these 4 libraries: pillow (to show distro logos on the recommendation screen), tkinter (for GUI), Psutil (to query most of your hardware) and finally GPutil (to query your GPU model). You can install each one with the "pip install library" command.

System requirements

How does it work?

Libraries Used

Screenshots

LinuxHelper LinuxHelper