https://github.com/codenameyau/python-challenge
The challenge awaits you
https://github.com/codenameyau/python-challenge
coding-puzzle python-challenge python-puzzle python3
Last synced: 3 months ago
JSON representation
The challenge awaits you
- Host: GitHub
- URL: https://github.com/codenameyau/python-challenge
- Owner: codenameyau
- License: mit
- Created: 2019-11-23T14:01:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:58:13.000Z (about 3 years ago)
- Last Synced: 2025-03-24T15:12:06.593Z (10 months ago)
- Topics: coding-puzzle, python-challenge, python-puzzle, python3
- Language: Python
- Homepage: http://www.pythonchallenge.com/
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-challenge
Run these scripts python scripts from the same directory as this README.md
### Setup
```
virtualenv env
source env/bin/activate.sh
pip3 install -r requirements.txt
python3 level_00.py
```