├── .gitignore ├── README.md ├── hades.py ├── hades_ui.py ├── requirements.txt └── validators.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/norbeyandresg/hades/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/norbeyandresg/hades/HEAD/README.md -------------------------------------------------------------------------------- /hades.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/norbeyandresg/hades/HEAD/hades.py -------------------------------------------------------------------------------- /hades_ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/norbeyandresg/hades/HEAD/hades_ui.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/norbeyandresg/hades/HEAD/requirements.txt -------------------------------------------------------------------------------- /validators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/norbeyandresg/hades/HEAD/validators.py --------------------------------------------------------------------------------