Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rominalodolo/python

All python projects from Free code camp, udemy and more.
https://github.com/rominalodolo/python

godot matplotlib pip pygame python

Last synced: 15 days ago
JSON representation

All python projects from Free code camp, udemy and more.

Awesome Lists containing this project

README

        

# PYTHON
All python projects from Free Code Camp, Udemy and more.

# README EXAMPLE:

# Foobar

Foobar is a Python library for dealing with word pluralization.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install foobar
```

## Usage

```python
import foobar

# returns 'words'
foobar.pluralize('word')

# returns 'geese'
foobar.pluralize('goose')

# returns 'phenomenon'
foobar.singularize('phenomena')
```

## Screen Shots
*Pygame:*
installing pygame `python3 -m pip install pygame`
### Love Range ![pygame_shootingrange](https://user-images.githubusercontent.com/83961643/148643904-959df981-5c3f-4000-8944-ddbc490f8f01.jpg)

### Space Ship
![pinkmeteorscreenshot](https://user-images.githubusercontent.com/83961643/148763481-c07b3074-ae97-45a6-bd06-407ebc8ed8f3.jpg)

*Godot:*
installing godot [GodotEngine](https://godotengine.org)
### Blade frogger

### Veg Rain

## License
[MIT](https://choosealicense.com/licenses/mit/)