├── LICENSE ├── README.md ├── files ├── __pycache__ │ ├── banner.cpython-39.pyc │ ├── colors.cpython-39.pyc │ └── sprint.cpython-39.pyc ├── banner.py ├── colors.py └── sprint.py └── gen.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/README.md -------------------------------------------------------------------------------- /files/__pycache__/banner.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/files/__pycache__/banner.cpython-39.pyc -------------------------------------------------------------------------------- /files/__pycache__/colors.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/files/__pycache__/colors.cpython-39.pyc -------------------------------------------------------------------------------- /files/__pycache__/sprint.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/files/__pycache__/sprint.cpython-39.pyc -------------------------------------------------------------------------------- /files/banner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/files/banner.py -------------------------------------------------------------------------------- /files/colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/files/colors.py -------------------------------------------------------------------------------- /files/sprint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/files/sprint.py -------------------------------------------------------------------------------- /gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cyber-Dioxide/Faker/HEAD/gen.py --------------------------------------------------------------------------------