{"id":16444205,"url":"https://github.com/amitojsingh366/python-simple-website","last_synced_at":"2025-10-27T03:31:50.697Z","repository":{"id":44451396,"uuid":"309103697","full_name":"amitojsingh366/python-simple-website","owner":"amitojsingh366","description":"Demo for a Python website using Flask as a framework","archived":false,"fork":false,"pushed_at":"2024-07-23T12:25:06.000Z","size":5,"stargazers_count":12,"open_issues_count":1,"forks_count":37,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T13:56:20.120Z","etag":null,"topics":["css","flask","html","python","python-flask"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/amitojsingh366.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}},"created_at":"2020-11-01T13:37:50.000Z","updated_at":"2024-12-20T13:33:23.000Z","dependencies_parsed_at":"2022-08-30T01:10:42.116Z","dependency_job_id":null,"html_url":"https://github.com/amitojsingh366/python-simple-website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitojsingh366%2Fpython-simple-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitojsingh366%2Fpython-simple-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitojsingh366%2Fpython-simple-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amitojsingh366%2Fpython-simple-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amitojsingh366","download_url":"https://codeload.github.com/amitojsingh366/python-simple-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238431640,"owners_count":19471427,"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":["css","flask","html","python","python-flask"],"created_at":"2024-10-11T09:23:36.522Z","updated_at":"2025-10-27T03:31:50.376Z","avatar_url":"https://github.com/amitojsingh366.png","language":"HTML","readme":"# Python Simple Website\n\nThis Repo should help you to get a simple Python website setup using the Flask framework. This is a great first project for new programmers.\n\n## To-Do\n- ### Preparing for the Project\n  - [x] First ensure Python is installed \n       - Run the command in Command Prompt (or any other shell) ```python --version```\n       - If not installed get it from [here](https://www.python.org/downloads/)\n  - [x] Ensure An IDE is installed (I have given popular ones below)\n       - [Visual Studio Code](https://code.visualstudio.com)   \u003c-----  the one I use\n       - [Atom](https://atom.io)\n       - [Pycharm](https://www.jetbrains.com/pycharm/)\n       - [Jupyter Notebook](https://jupyter.org/install.html)\n                \n## Setting Up The Test Project\n - ### Ensure steps in [To-Do](https://github.com/amitojsingh366/python-simple-website#to-do) are completed\n - ### Downloading the test project code\n    - [x] Download the code from this repo\n       - Code can be downloaded from [here](https://github.com/amitojsingh366/python-simple-website/archive/main.zip) or by using the green button above\n       - Extract the zip file downloaded and place the extracted folder somewhere you can remember\n- ### Running The Server\n   - [x] Open your project folder in a command line. If you are not sure how to follow the steps in [Useful Stuff](https://github.com/amitojsingh366/python-simple-website#useful-stuff)\n   - [x] Run the following command to get the dependencies (mainly `Flask`) installed\n      - Open your project folder in a command line and run the following command:\n        - ```python -m pip install flask```\n   - [x] Run the following command to start the server\n      - Open your project folder in a command line and run the following command:\n        - ```python app.py```\n   - [x] Go to the website to see the app running\n      - http://127.0.0.1:4949/ \n      - http://localhost:4949/\n\n## Useful Stuff\n- ### How to open the project in a command line\n    - #### macOS instructions:\n        - First locate the folder(project folder) you want to open in command line\n        - Now right click on the folder and select the option `New Terminal at Folder` (It should be the last option on the list)\n        - Thats It! You now have the project folder open in command line! \n        - [Here](https://cdn.amitoj.net/github/python-simple-website/terminalhow2macOS.mp4) is an video example if you werent able to understand\n                       \n    - #### Windows instructions:\n        - First locate the folder(project folder) you want to open in command line\n        - Now while holding `shift` right click and select the option `Copy as path`\n        - Now open any command line (Command Prompt, Poweshell, etc.) and run the following command:\n            - `cd \"YOUR COPIED PATH HERE\"` replacing `\"YOUR COPIED PATH HERE\"` with the path that you copied before.\n        - Thats It! You now have the project folder open in command line! \n        - [Here](https://cdn.amitoj.net/github/python-simple-website/terminalhow2win.mp4) is an video example if you werent able to understand\n\n- ### Useful Links\n  - CSS: [W3Schools](https://www.w3schools.com/css/)\n  - HTML: [W3Schools](https://www.w3schools.com/html/)\n  - Python: [W3Schools](https://www.w3schools.com/python/)\n  - Flask: [Official Docs](https://flask.palletsprojects.com/en/1.1.x/)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitojsingh366%2Fpython-simple-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famitojsingh366%2Fpython-simple-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famitojsingh366%2Fpython-simple-website/lists"}