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: about 1 month ago
JSON representation
All python projects from Free code camp, udemy and more.
- Host: GitHub
- URL: https://github.com/rominalodolo/python
- Owner: rominalodolo
- Created: 2021-10-22T18:33:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T11:47:56.000Z (about 4 years ago)
- Last Synced: 2025-01-12T05:10:45.749Z (over 1 year ago)
- Topics: godot, matplotlib, pip, pygame, python
- Language: Python
- Homepage:
- Size: 27.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 
### Space Ship

*Godot:*
installing godot [GodotEngine](https://godotengine.org)
### Blade frogger
### Veg Rain
## License
[MIT](https://choosealicense.com/licenses/mit/)