transferring data from CSV to an external API
CSV file parser with validations for all data types and sending valid data to the server in a multi-threaded mode.
Windows program (.exe file) with a simple but informative interface.
(Login parameters and number of threads are edited through a separate config file)
Stack:
Python
concurrent threading - multithreading
tkinter - graphical interface
requests - API requests
pydantic - data models
Windows program (.exe file) with a simple but informative interface.
(Login parameters and number of threads are edited through a separate config file)
Stack:
Python
concurrent threading - multithreading
tkinter - graphical interface
requests - API requests
pydantic - data models