/htfc

My Pybites challenge 31 entry for a Hacktoberfest Checker.

Primary LanguagePythonMIT LicenseMIT

PCC31 - Hacktoberfest Checker

My Pybites challenge 31 entry for a Hacktoberfest Checker.

GitHub issues GitHub forks GitHub stars License Twitter

Since my kids have taken over my laptop to play games on Steam, I have had very little time to code on it. I really wanted to give this challenge a try, so I started playing around on my iPhone with Pythonista.

I wrote the script so that it would run on either Python 2.7 or 3. The only requirement being that you have to install Requests.

How to run

Pythonista 3

Just copy the code from the repo. Create a new Empty Script and give it a name. Then simply paste the code into it and run it.

That's it. Everything you need is already installed in the app.

OS X & Linux:

cd
mkdir Projects
cd Projects
git clone https://github.com/clamytoe/htfc.git
cd htfc
python3.6 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

Uninstall

Removing the files is very simple, just delete the folder where you cloned the repo to.

Usage example

This script is really simple to use:

python htfc.py

From within Pythonista you just select the file and press on the run button.

sample-run

Just enter your name and press return to get your results.

results

Meta

Martin Uribe – @mohhinderclamytoe@gmail.com

Distributed under the MIT license. See LICENSE for more information.