Helix OS Helix OS is a simple operating system written in Python. It allows users to perform Google searches and open the results in their web browser.
Usage To use Helix OS, follow these steps:
Clone or download the repository to your local machine. Open a terminal or command prompt and navigate to the directory containing the Helix OS files. Run the HelixHome.py file to launch the desktop environment. Once you have launched Helix OS, you can use the Google button to perform a Google search. Enter your query in the prompt, and up to 10 search results will be displayed in the terminal. You can then enter a number between 1 and 10 to open the corresponding search result in your web browser.
Dependencies Helix OS requires the following dependencies:
Python 3.7 googlesearch module webbrowser module To install the googlesearch module, you can use the following command:
Copy code pip install google There are no additional steps needed to install the webbrowser module, as it is included with Python by default.
Credits Helix OS was created by Alex/Paokaki. It uses the following third-party libraries:
googlesearch module by Anthony Casagrande webbrowser module by the Python Software Foundation License Helix OS is released under the Apache License 2.0. See the LICENSE file for details.