Description
===========

Easy Python 3 Library

- 0.0.1 - Create ENV, create structure
- 0.0.2 - Create modules import
- 0.0.3 - Create selection sort from low to high
- 0.0.4 - Create selection sort from high to low
- 0.0.5 - Create binary search algorithm
- 0.0.6 - Create OOP standart
- 0.0.7 - Create prime check
- 0.0.8 - Create factorial finder
- 0.0.9 - Create password generator
- 0.1.0 - Create linear search
- 0.1.1 - Create number elevation
- 0.1.2 - Create fib number finder