Metadata-Version: 2.1
Name: FlagWaver
Version: 0.0.57
Summary: Create a gif of a dude waving a flag.
Home-page: https://github.com/ShahriyarShawon/flag-wave
Author: Shahriyar Shawon
Author-email: ShahriyarShawon321@gmail.com
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: bleach (==3.1.0)
Requires-Dist: certifi (==2019.6.16)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: cycler (==0.10.0)
Requires-Dist: docutils (==0.15.2)
Requires-Dist: idna (==2.8)
Requires-Dist: imageio (==2.5.0)
Requires-Dist: kiwisolver (==1.1.0)
Requires-Dist: matplotlib (==3.1.1)
Requires-Dist: numpy (==1.17.0)
Requires-Dist: opencv-python (==4.1.0.25)
Requires-Dist: pandas (==0.25.0)
Requires-Dist: Pillow (==6.1.0)
Requires-Dist: pkginfo (==1.5.0.1)
Requires-Dist: Pygments (==2.4.2)
Requires-Dist: pyparsing (==2.4.2)
Requires-Dist: python-dateutil (==2.8.0)
Requires-Dist: pytz (==2019.2)
Requires-Dist: readme-renderer (==24.0)
Requires-Dist: requests (==2.22.0)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: six (==1.12.0)
Requires-Dist: tqdm (==4.32.2)
Requires-Dist: twine (==1.13.0)
Requires-Dist: urllib3 (==1.25.3)
Requires-Dist: webencodings (==0.5.1)


 ![Flag Examples](flags.gif)

# Description

A repository containing code to automatically add arbitrary flags to u/\_Reff's flag waver. (I named him Joe)

Run the code using the command `python wave_flag.py path/to/filename`.

For example:
 * `python wave_flag.py flags/france.png`
 * `python wave_flag.py flags/belgium.png`
 * `python wave_flag.py flags/brazil.png`
 * `python wave_flag.py flags/maryland.png`


# License

 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.


