https://github.com/thiagonunesbatista/python-client-for-ticket-api
Integration of Python with our Tickets Api built with Nodejs for a college activity.
https://github.com/thiagonunesbatista/python-client-for-ticket-api
api python3
Last synced: 4 months ago
JSON representation
Integration of Python with our Tickets Api built with Nodejs for a college activity.
- Host: GitHub
- URL: https://github.com/thiagonunesbatista/python-client-for-ticket-api
- Owner: thiagonunesbatista
- Created: 2024-07-02T14:24:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:28:17.000Z (11 months ago)
- Last Synced: 2024-12-31T19:39:48.418Z (5 months ago)
- Topics: api, python3
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-client-for-ticket-api
Integration of Python with our [Tickets Api built with Nodejs](https://github.com/eduardogsouz/ticket-api-senacrs-activity) for a college activity.
## Project commands
### Run the project
```bash
python3 app.py
```### Format the code
Install the Black package with
```
pip install black InquirerPy matplotlib
```Execute Black in the command line
```
python3 -m black FILE_NAME.PY
```