https://github.com/tushortz/vscode-pygame-snippets
Pygame Snippets is a vscode snippet that makes it easy to create games in python by providing completion options along with all arguments
https://github.com/tushortz/vscode-pygame-snippets
Last synced: 10 months ago
JSON representation
Pygame Snippets is a vscode snippet that makes it easy to create games in python by providing completion options along with all arguments
- Host: GitHub
- URL: https://github.com/tushortz/vscode-pygame-snippets
- Owner: tushortz
- License: mit
- Created: 2016-02-25T10:25:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T09:39:30.000Z (over 4 years ago)
- Last Synced: 2025-01-09T05:18:24.391Z (12 months ago)
- Size: 277 KB
- Stars: 12
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pygame Snippets
Python Extended is a vscode snippet that makes it easy to write codes in python by providing completion options along with all arguments.
## Preview

## Usage
Run vscode and on a python file, type the method name to complete and press tab or enter on selection.
## How to install
Open vscode. Press `F1`, search "`ext install`" followed by extension name, in this case: "`ext install Pygame Snippets`" without the ">".
Or if you prefer ">**ext install**", hit enter, search "**Pygame Snippets**".
## Contributions
Feel free to contribute to the extension. Fork it on [github](https://github.com/tushortz/vscode-Pygame-Snippets)
## License
Read LICENSE on the [github](https://github.com/tushortz/vscode-Pygame-Snippets) repository
## Acknowledgements
I'd first like to say a very big thank you to God my creator. Without him, this wouldn't be possible.