https://github.com/juan-medina/tomsdataonion
https://github.com/juan-medina/tomsdataonion
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juan-medina/tomsdataonion
- Owner: juan-medina
- License: mit
- Created: 2020-06-19T07:26:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T12:27:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T23:12:17.947Z (5 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Toms Data Onion
[](/LICENSE)## Info
This is a example repo for solving https://tomdalling.com/toms-data-onion/
More details on [puzzle.txt](puzzle.txt)
## Usage
```shell script
$ pip3 install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ python3 src/main.py
```