Helper scripts for developing and running hash code problems.
Use this repository to create a new repository for your Hash Code entry by clicking the 'Use this template' button within GitHub to create a new repository that contains all the files within this repository.
All contributions are welcome. Submissions should conform to PEP8 styling standards.
Google Hash Code Entry. The submission is contained within the src
folder can be run using the below instructions.
The helper.py
file contains helper functions for use when developing the submission, this script is not intended to be part of the submission.
- Save the competition data files in the
data
folder pipenv install
- Install dependenciespipenv run python helper.py
- Run the helper script
Once the helper script is running, the following options are available:
- Run the submission for a single data file
- Run the submission for all data files
- Zip the submission code
- Run for all files and zip the submission
- Python version 3.7.2 or higher
- pipenv
Created using the Hash Code Helper