python-fun icon indicating copy to clipboard operation
python-fun copied to clipboard

Some fun and useful projects with Python

Results 9 python-fun issues
Sort by recently updated
recently updated
newest added

```console ➜ todoapp git:(master) ✗ python manage.py runserver Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). February 21, 2022 - 07:59:51 Django...

```console ➜ fastapi git:(master) ✗ uvicorn app:app --reload INFO: Will watch for changes in these directories: ['~/....../python-fun/webapps/fastapi'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process...

please help I am trying to run it but shows me this message 'No module named pygame'. ![Screenshot (53)](https://user-images.githubusercontent.com/94864138/150312848-e9a52ecc-11f3-4847-a004-23a17e4a4a57.png)

Tried using the code. But for all keywords it says the same " found 0 images"

This change prevents the snake from reversing directly into the tail behind it.

Home screen is blank, and http://127.0.0.1:5000/add returns :method not allowed error

Hi I was checking web app FLASK https://github.com/patrickloeber/python-fun/tree/master/webapps/flask But I got this error: ``` RuntimeError: Working outside of application context. This typically means that you attempted to use functionality that...