{"id":23181760,"url":"https://github.com/itachi1621/pythonprojectcreationscript","last_synced_at":"2026-05-06T22:03:29.686Z","repository":{"id":208135122,"uuid":"618185774","full_name":"itachi1621/PythonProjectCreationScript","owner":"itachi1621","description":"Simple shell script that automates the process of creating a new Python project and initializing Git repository.","archived":false,"fork":false,"pushed_at":"2023-03-31T23:58:22.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T11:22:00.711Z","etag":null,"topics":["bash","bash-script","python","python3","shell","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itachi1621.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-23T23:38:52.000Z","updated_at":"2023-04-01T00:59:47.000Z","dependencies_parsed_at":"2023-11-19T23:39:08.545Z","dependency_job_id":null,"html_url":"https://github.com/itachi1621/PythonProjectCreationScript","commit_stats":null,"previous_names":["itachi1621/pythonprojectcreationscript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FPythonProjectCreationScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FPythonProjectCreationScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FPythonProjectCreationScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itachi1621%2FPythonProjectCreationScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itachi1621","download_url":"https://codeload.github.com/itachi1621/PythonProjectCreationScript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280255,"owners_count":20912967,"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","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":["bash","bash-script","python","python3","shell","shell-script"],"created_at":"2024-12-18T08:17:54.474Z","updated_at":"2026-05-06T22:03:24.649Z","avatar_url":"https://github.com/itachi1621.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Project Creation Script\n\nThis is a simple shell script that automates the process of creating a new Python project and initializing Git repository.\n\n## Requirements\n1. Python 3.x installed on your system\n2. Git installed on your system\n\n## Optional \n1. python3-venv package for creating virual enviroment\n\n\n## Usage\n1. Clone this repository or download the `python_project_make.sh` script.\n\n2. Open a terminal and navigate to the directory where you want to create your project.\n\n3. Place `python_project_make.sh` script in that directory \n\n4. Run the script using one the following commands:\n    \n    **i.** If you want to create using an argument for the project name, \n     run the following command:\n\n    ```\n    sh /path/to/python_project_make.sh project_name\n\n    ```\n    **or**\n    \n    **i.** If you want to create using a prompt for the project name, run the following command:\n\n    ```\n\n    sh /path/to/python_project_make.sh\n\n    ```\n\n    **ii.** Follow the prompt to enter your `project name\n\n\n\n### Following actions will then happen:\n1. The script will create a new directory named with `project_name` \n2. Initialize a Git repository \n3. Set repository branch to `main`\n4. Create a `README.md` file with the `project name` as its contents.\n5. Create a empty `LICENCE` file.\n6. Create and populate a `.gitignore` file to exclude the virual environment\n7. Create a empty python file with the name `project_name.py`\n8. Create a virtual environment named `my_env` if applicable\n\nYou can start working on your project by opening the project directory in your favorite code editor.\n\n## License\nThis script is released under the MIT License. Feel free to modify and use it however you like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fpythonprojectcreationscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitachi1621%2Fpythonprojectcreationscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitachi1621%2Fpythonprojectcreationscript/lists"}