├── .gitignore ├── README.MD ├── app.log ├── diagrama-actividad.png ├── historial.txt ├── logging_config.py ├── requisitos.md ├── taximetro.py └── taximetro.pyw /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/.gitignore -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/README.MD -------------------------------------------------------------------------------- /app.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/app.log -------------------------------------------------------------------------------- /diagrama-actividad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/diagrama-actividad.png -------------------------------------------------------------------------------- /historial.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/historial.txt -------------------------------------------------------------------------------- /logging_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/logging_config.py -------------------------------------------------------------------------------- /requisitos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/requisitos.md -------------------------------------------------------------------------------- /taximetro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/taximetro.py -------------------------------------------------------------------------------- /taximetro.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alharuty/TAXIMETRO/HEAD/taximetro.pyw --------------------------------------------------------------------------------