import json # Generates mainheader with dynamic project count def generate_mainheader(): with open("source/data/dynamic/applications.json", "r", encoding="utf-8") as f: data = json.load(f) project_count = len(data.get("applications", [])) header_content = f"""
| 🌍 v0.7.4-beta |
The definitive list of the best of everything open source
Status: Active - Projects: {project_count}