#Get INN of people according to their data
Alert!! Work on Python 3.9
Open the folder in the cmd, write this in it:
pip install -r requirements.txt
Open the folder in the console, write this in it:
py main.py
Or start "main.exe" - compiled by pyinstaller code.
Select document with peoples data what looks like
surname|name|patronymic(Optional)|year-month-day|passport
and pick output folder. After that press "Начать". Code will send requests
to server and show you answers on it, in parallel, it creates a file
"completed.txt" in directory what you pick (or supplement it if it already exists)
file will be created and data will be written to this file.
Config.py - config class, that have many methods that manipulate with config
Controller.py - two classes with all logic, that touches the layer between requests and the interface
inn_requests.py - two function with requests to server
Interface.py - class with all logic that manipulate interface.
main.py - starter
window.ui - application visual