Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssam-eddine Moumanis committed Apr 1, 2021
1 parent fc9dea3 commit 8e77e83
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# horny_unicorn
wanna fight?

![Farmers Market Finder Demo](.gif/unicorn.gif)
96 changes: 96 additions & 0 deletions day00/ex00/answers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
1 -> 'conda list -c'

defaults/osx-64::brotlipy-0.7.0-py38h9ed2024_1003
defaults/osx-64::ca-certificates-2020.10.14-0
defaults/noarch::certifi-2020.6.20-pyhd3eb1b0_3
defaults/osx-64::cffi-1.14.3-py38h2125817_2
defaults/osx-64::chardet-3.0.4-py38hecd8cb5_1003
defaults/osx-64::conda-4.9.2-py38hecd8cb5_0
defaults/osx-64::conda-package-handling-1.7.2-py38h22f3db7_0
defaults/osx-64::cryptography-3.2.1-py38hbcfaee0_1
defaults/noarch::idna-2.10-py_0
defaults/osx-64::libcxx-10.0.0-1
defaults/osx-64::libedit-3.1.20191231-h1de35cc_1
defaults/osx-64::libffi-3.3-hb1e8313_2
defaults/osx-64::ncurses-6.2-h0a44026_1
defaults/osx-64::openssl-1.1.1h-haf1e3a3_0
defaults/osx-64::pip-20.2.4-py38hecd8cb5_0
defaults/osx-64::pycosat-0.6.3-py38h1de35cc_1
defaults/noarch::pycparser-2.20-py_2
defaults/noarch::pyopenssl-19.1.0-pyhd3eb1b0_1
defaults/osx-64::pysocks-1.7.1-py38_1
defaults/osx-64::python-3.8.5-h26836e1_1
defaults/osx-64::python.app-2-py38_10
defaults/osx-64::readline-8.0-h1de35cc_0
defaults/noarch::requests-2.24.0-py_0
defaults/osx-64::ruamel_yaml-0.15.87-py38haf1e3a3_1
defaults/osx-64::setuptools-50.3.1-py38hecd8cb5_1
defaults/osx-64::six-1.15.0-py38hecd8cb5_0
defaults/osx-64::sqlite-3.33.0-hffcf06c_0
defaults/osx-64::tk-8.6.10-hb0a8c7a_0
defaults/noarch::tqdm-4.51.0-pyhd3eb1b0_0
defaults/noarch::urllib3-1.25.11-py_0
defaults/noarch::wheel-0.35.1-pyhd3eb1b0_0
defaults/osx-64::xz-5.2.5-h1de35cc_0
defaults/osx-64::yaml-0.2.5-haf1e3a3_0
defaults/osx-64::zlib-1.2.11-h1de35cc_3

2 -> pip list

Package Version
---------------------- -------------------
brotlipy 0.7.0
certifi 2020.6.20
cffi 1.14.3
chardet 3.0.4
conda 4.9.2
conda-package-handling 1.7.2
cryptography 3.2.1
idna 2.10
pip 20.2.4
pycosat 0.6.3
pycparser 2.20
pyOpenSSL 19.1.0
PySocks 1.7.1
requests 2.24.0
ruamel-yaml 0.15.87
setuptools 50.3.1.post20201107
six 1.15.0
tqdm 4.51.0
urllib3 1.25.11
wheel 0.35.1

3 -> list(metadata('numpy'))
['Metadata-Version', 'Name', 'Version', 'Summary', 'Home-page', 'Author', 'Maintainer', 'Maintainer-email',
'License', 'Download-URL', 'Project-URL', 'Project-URL', 'Project-URL', 'Platform', 'Platform', 'Platform',
'Platform', 'Platform', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier',
'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Classifier',
'Classifier', 'Classifier', 'Classifier', 'Classifier', 'Requires-Python']

4 -> pip_search tesseract
---------------------------- -----------------------------------------------------------------------------------------------------------------------------
Name Description

tesseract Tesselation based Recovery of Amorphous halo Concentrations
py-tesseract Remote code execution with the GA4GH Task Execution API
tesseract-pankaj Tesseract Python Web Framework built for learning purposes.
tesseract-pk Tesseract Python Web Framework built for learning purposes.
tesseract-python Self-contained Python module to Tesseract.
tesseract2dict Solution to extract the text from image and get wordlevel output as dataframe and also to extract text from given boundingBox
tesseract-positional Tool to save positional OCR data to a text file
tesseract_sip A SIP-based python wrapper around libtesseract
tesseract-ocr A Python wrapper for Tesseract
ocr-tesseract-wrapper Tiny wrapper around pytesseract with image preprocessing and OCR configurations
keios-protocol-tesseract
tesseract-table-preprocessor Preprocess scanned documents for Tesseract.
tesseract-ocr-utils Python tools for interacting with Tesseract
grid-extractor It's a library to help you take out the text from the grid
NLPKnowledge Package to make sense of images with text information
piltesseract Image-to-text Tesseract command line wrapper.
pytesseract Python-tesseract is a python wrapper for Google's Tesseract-OCR
pytessy Tesseract-OCR, faster
screen-ocr Library for processing screen contents using OCR
ImageConvertToText A small example package
---------------------------- -----------------------------------------------------------------------------------------------------------------------------

5 -> python -m pip freeze > requirements.txt
81 changes: 81 additions & 0 deletions day00/ex00/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
appnope @ file:///opt/concourse/worker/volumes/live/5f13e5b3-5355-4541-5fc3-f08850c73cf9/volume/appnope_1606859448618/work
argon2-cffi @ file:///opt/concourse/worker/volumes/live/d733ceb5-7f19-407b-7da7-a386540ab855/volume/argon2-cffi_1613037492998/work
async-generator @ file:///home/ktietz/src/ci/async_generator_1611927993394/work
attrs @ file:///tmp/build/80754af9/attrs_1604765588209/work
backcall @ file:///home/ktietz/src/ci/backcall_1611930011877/work
beautifulsoup4==4.9.3
bleach @ file:///tmp/build/80754af9/bleach_1612211392645/work
brotlipy==0.7.0
certifi==2020.12.5
cffi @ file:///opt/concourse/worker/volumes/live/8fbed55e-0573-4246-7cf9-162067141d5e/volume/cffi_1605538070636/work
chardet @ file:///opt/concourse/worker/volumes/live/a5a7c56b-23cb-471d-7404-f4130b8aed33/volume/chardet_1605303184529/work
conda==4.9.2
conda-package-handling @ file:///opt/concourse/worker/volumes/live/a7e34989-4c54-4cb6-4156-4e58ee270730/volume/conda-package-handling_1603018121300/work
cryptography @ file:///opt/concourse/worker/volumes/live/62f9527a-361c-47e5-5709-227a4a523add/volume/cryptography_1605544472602/work
decorator @ file:///home/ktietz/src/ci/decorator_1611930055503/work
defusedxml @ file:///tmp/build/80754af9/defusedxml_1615228127516/work
entrypoints==0.3
idna @ file:///tmp/build/80754af9/idna_1593446292537/work
importlib-metadata @ file:///opt/concourse/worker/volumes/live/f9a6680f-db74-4853-64f4-3a74b4033188/volume/importlib-metadata_1615900433778/work
ipykernel @ file:///opt/concourse/worker/volumes/live/88f541d3-5a27-498f-7391-f2e50ca36560/volume/ipykernel_1596206680118/work/dist/ipykernel-5.3.4-py3-none-any.whl
ipython @ file:///opt/concourse/worker/volumes/live/c432d8a7-d8f3-4e24-590f-f03d7e5f35e1/volume/ipython_1617120884257/work
ipython-genutils @ file:///tmp/build/80754af9/ipython_genutils_1606773439826/work
ipywidgets @ file:///tmp/build/80754af9/ipywidgets_1610481889018/work
jedi==0.17.0
Jinja2 @ file:///tmp/build/80754af9/jinja2_1612213139570/work
jsonschema @ file:///tmp/build/80754af9/jsonschema_1602607155483/work
jupyter==1.0.0
jupyter-client @ file:///tmp/build/80754af9/jupyter_client_1616770841739/work
jupyter-console @ file:///tmp/build/80754af9/jupyter_console_1616615302928/work
jupyter-core @ file:///opt/concourse/worker/volumes/live/c8df8dce-dbb3-46e7-649c-adf4ed2dd00a/volume/jupyter_core_1612213293829/work
jupyterlab-pygments @ file:///tmp/build/80754af9/jupyterlab_pygments_1601490720602/work
jupyterlab-widgets @ file:///tmp/build/80754af9/jupyterlab_widgets_1609884341231/work
MarkupSafe @ file:///opt/concourse/worker/volumes/live/cb778296-98db-45ad-411e-6f726e102dc3/volume/markupsafe_1594371638608/work
mistune @ file:///opt/concourse/worker/volumes/live/95802d64-d39c-491b-74ce-b9326880ca54/volume/mistune_1594373201816/work
mkl-fft==1.3.0
mkl-random==1.1.1
mkl-service==2.3.0
nbclient @ file:///tmp/build/80754af9/nbclient_1614364831625/work
nbconvert @ file:///opt/concourse/worker/volumes/live/2b9c1d93-d0fd-432f-7d93-66c93d81b614/volume/nbconvert_1601914875037/work
nbformat @ file:///tmp/build/80754af9/nbformat_1610738111109/work
nest-asyncio @ file:///tmp/build/80754af9/nest-asyncio_1613680548246/work
notebook @ file:///opt/concourse/worker/volumes/live/06e4d8fc-70ed-4cb0-554c-65c20061cb7f/volume/notebook_1616443453928/work
numpy @ file:///opt/concourse/worker/volumes/live/5572694e-967a-4c0c-52cf-b53d43e72de9/volume/numpy_and_numpy_base_1603491881791/work
packaging @ file:///tmp/build/80754af9/packaging_1611952188834/work
pandas==1.2.3
pandocfilters @ file:///opt/concourse/worker/volumes/live/c330e404-216d-466b-5327-8ce8fe854d3a/volume/pandocfilters_1605120442288/work
parso @ file:///tmp/build/80754af9/parso_1617223946239/work
pexpect @ file:///tmp/build/80754af9/pexpect_1605563209008/work
pickleshare @ file:///tmp/build/80754af9/pickleshare_1606932040724/work
pip-search==0.0.6
prometheus-client @ file:///tmp/build/80754af9/prometheus_client_1606344362066/work
prompt-toolkit @ file:///tmp/build/80754af9/prompt-toolkit_1616415428029/work
ptyprocess @ file:///tmp/build/80754af9/ptyprocess_1609355006118/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl
pycosat==0.6.3
pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
Pygments @ file:///tmp/build/80754af9/pygments_1615143339740/work
pyOpenSSL @ file:///tmp/build/80754af9/pyopenssl_1605545627475/work
pyparsing @ file:///home/linux1/recipes/ci/pyparsing_1610983426697/work
pyrsistent @ file:///opt/concourse/worker/volumes/live/ff11f3f0-615b-4508-471d-4d9f19fa6657/volume/pyrsistent_1600141727281/work
PySocks @ file:///opt/concourse/worker/volumes/live/85a5b906-0e08-41d9-6f59-084cee4e9492/volume/pysocks_1594394636991/work
python-dateutil @ file:///home/ktietz/src/ci/python-dateutil_1611928101742/work
pytz @ file:///tmp/build/80754af9/pytz_1612215392582/work
pyzmq==20.0.0
qtconsole @ file:///tmp/build/80754af9/qtconsole_1616775094278/work
QtPy==1.9.0
requests @ file:///tmp/build/80754af9/requests_1592841827918/work
ruamel-yaml==0.15.87
Send2Trash @ file:///tmp/build/80754af9/send2trash_1607525499227/work
six @ file:///opt/concourse/worker/volumes/live/5b31cb27-1e37-4ca5-6e9f-86246eb206d2/volume/six_1605205320872/work
soupsieve==2.2.1
tabulate==0.8.9
terminado==0.9.4
testpath @ file:///home/ktietz/src/ci/testpath_1611930608132/work
tornado @ file:///opt/concourse/worker/volumes/live/05341796-4198-4ded-4a9a-332fde3cdfd1/volume/tornado_1606942323372/work
tqdm @ file:///tmp/build/80754af9/tqdm_1605303662894/work
traitlets @ file:///home/ktietz/src/ci/traitlets_1611929699868/work
urllib3 @ file:///tmp/build/80754af9/urllib3_1603305693037/work
wcwidth @ file:///tmp/build/80754af9/wcwidth_1593447189090/work
webencodings==0.5.1
widgetsnbextension==3.5.1
zipp @ file:///tmp/build/80754af9/zipp_1615904174917/work

0 comments on commit 8e77e83

Please sign in to comment.