Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rominalodolo/python
- Owner: rominalodolo
- Created: 2021-10-22T18:33:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T11:47:56.000Z (over 2 years ago)
- Last Synced: 2024-11-13T00:19:08.750Z (3 months 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 ![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/)