Daniel8008 / pysheeet

Python Cheat Sheet

Home Page:https://www.pythonsheets.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development Status

https://travis-ci.org/crazyguitar/pysheeet.svg?branch=master https://coveralls.io/repos/github/crazyguitar/pysheeet/badge.svg?branch=master

Introduction

Pysheeet was created with intention of collecting python code snippets for reducing coding hours and making life easier. Any contributions are welcome. Please feel free to fork and send a pull request to this project.

How to run the server

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ make
$ python app.py

# URL: localhost:5000

PDF Version

pdf

Cheat Sheets

About

Python Cheat Sheet

https://www.pythonsheets.com

License:MIT License


Languages

Language:Python 93.1%Language:Makefile 6.9%