{"id":22425443,"url":"https://github.com/soliveirarm/web-project-creator","last_synced_at":"2025-10-11T07:13:31.918Z","repository":{"id":218264814,"uuid":"745983085","full_name":"soliveirarm/web-project-creator","owner":"soliveirarm","description":"Python script for you to create basic HTML, CSS and Javascript projects easily","archived":false,"fork":false,"pushed_at":"2024-07-02T18:25:09.000Z","size":13702,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T06:15:17.345Z","etag":null,"topics":["automation","html-projects","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soliveirarm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-20T18:27:20.000Z","updated_at":"2024-09-04T15:05:24.000Z","dependencies_parsed_at":"2024-02-01T08:29:02.052Z","dependency_job_id":"2934386c-cf6b-4fa7-a714-66edcc88d29b","html_url":"https://github.com/soliveirarm/web-project-creator","commit_stats":null,"previous_names":["oliveirasarah/estrutura-basica-projetos-html","srmoliveira/estrutura-basica-projetos-html","saraholiveirarm/automacaoprojetoshtml","soliveirarm/automacaoprojetoshtml","soliveirarm/automacao-projetos-html","soliveirarm/web-project-creator"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/soliveirarm/web-project-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soliveirarm%2Fweb-project-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soliveirarm%2Fweb-project-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soliveirarm%2Fweb-project-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soliveirarm%2Fweb-project-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soliveirarm","download_url":"https://codeload.github.com/soliveirarm/web-project-creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soliveirarm%2Fweb-project-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006590,"owners_count":26084130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","html-projects","python"],"created_at":"2024-12-05T19:14:11.488Z","updated_at":"2025-10-11T07:13:31.868Z","avatar_url":"https://github.com/soliveirarm.png","language":"Python","readme":"# Basic Web Project Structure Automation with Python\n\n\u003e Python script for you to create basic **HTML, CSS and Javascript** projects easily\n\n## Requirements\n\n- Have [python](https://www.python.org/downloads/) installed in your computer\n- See [here](https://docs.python-guide.org/starting/install3/linux/) other ways to install it on Linux\n\n## Walkthrough\n\nWhen you click on `script.py`, your terminal/windows cmd will open and you'll be able to:\n\n1. Choose the name of your project folder\n2. Choose whether or not you want a separate `/js` folder\n3. Choose whether or not you want a separate `/css` folder\n4. Title of your HTML project (`\u003ctitle\u003e\u003c/title\u003e`)\n5. Choose if you want to open your project with VS Code\n\nVoilà! Your project has been created, inside the project folder there'll be 3 files:\n\n- `index.html`\n- `style.css`\n- `app.js`\n\nIf you choose to have separate folder for CSS and JS, it'll be like this:\n\n- `index.html`\n- `css/style.css`\n- `js/app.js`\n\n## HTML\n\nThe `index.html` comes with a basic structure and it's already linked to `style.css` and `app.js`.\n\n## CSS\n\nThe `style.css` comes with these basic resets:\n\n```css\n*,\n*::before,\n*::after {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n```\n\n## Download\n\n\u003ca href=\"https://github.com/soliveirarm/web-project-creator/releases/download/latest/script.py\"\u003e\n  \u003cimg src=\"./assets/download-button.svg\"/\u003e\n\u003c/a\u003e\n\n\u003cdiv style=\"margin: 50px auto;\"  align=\"center\"\u003e\n    \u003cimg src=\"http://ForTheBadge.com/images/badges/made-with-python.svg\"/\u003e\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoliveirarm%2Fweb-project-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoliveirarm%2Fweb-project-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoliveirarm%2Fweb-project-creator/lists"}