Skip to content

cs50/python-cs50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Kareem Zidane
May 27, 2017
3a66dc9 · May 27, 2017

History

80 Commits
May 27, 2017
May 27, 2017
May 27, 2017
May 27, 2017
May 12, 2017
May 27, 2017

Repository files navigation

CS50 Library for Python

Build Status

Supports Python 2 and Python 3.

Installation

pip install cs50

Usage

import cs50

...

c = cs50.get_char();
f = cs50.get_float();
i = cs50.get_int();
l = cs50.get_long(); # Python 2 only
s = cs50.get_string();

TODO

  • Conditionally install for Python 2 and/or Python 3.
  • Add targets for pacman, rpm.
  • Add tests.