My Pybites challenge 31 entry for a Hacktoberfest Checker.
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.
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.
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
Removing the files is very simple, just delete the folder where you cloned the repo to.
This script is really simple to use:
python htfc.py
From within Pythonista you just select the file and press on the run button.
Just enter your name and press return to get your results.
Martin Uribe – @mohhinder – clamytoe@gmail.com
Distributed under the MIT license. See LICENSE
for more information.