trekhleb /
learn-python
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
94/100 healthLoading repository data…
SafeerAbbas624 / repository
Python script that converts a website (HTML, CSS, JavaScript, and media files) into a standalone executable file using PyInstaller. It utilizes the PyQt5 library for the graphical user interface (GUI) and includes several key functionalities
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
The HTML to EXE Converter is a Python application that allows users to convert a website (comprising HTML, CSS, JavaScript, and media files) into a standalone executable file. This application utilizes the PyQt5 library for a user-friendly graphical interface and employs PyInstaller for packaging the website into an executable format. IF you have any website use on dailybasis just use this and it will make it as a software in .exe extension which will open in default web browser on system. It also generates a Mozila Public License version 2.0. You can also set the expiry of the exe in GUI program.
.mp3) to the output directory.Clone the Repository:
git clone https://github.com/yourusername/html-to-exe-converter.git
cd html-to-exe-converter
Install Dependencies: Make sure you have Python installed, then install the required packages:
pip install PyQt5 beautifulsoup4 csscompressor jsmin pyinstaller
Run the Application: Execute the script:
python html_to_exe.py
Select Input Directory: Click on the "Select Website Folder to convert" button to choose the directory containing your website files.
Set Expiry: Choose the desired expiry time for the executable from the dropdown menu.
Start Conversion: Click the "Convert" button to begin the conversion process. The progress bar will indicate the status of the conversion.
Output: Once the conversion is complete, the output directory will be displayed, containing the generated executable and other processed files.



This project is licensed under the Mozilla Public License Version 2.0. See the LICENSE file for details.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
Selected from shared topics, language and repository description—not editorial ratings.
trekhleb /
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
94/100 healthkellyjonbrazil /
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
91/100 healthpythonnet /
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
GerbenJavado /
A python script that finds endpoints in JavaScript files
88/100 healthShpota /
A script that helps generate a rich GitHub Contribution Graph for your account 🤖
90/100 healtharpanghosh8453 /
A Dockerized python Script to fetch Garmin health data and populate that in a InfluxDB Database, for visualization long term health trends with Grafana
86/100 health