Skip to content

Purree/get-an-inn-by-passport

Repository files navigation

#Get INN of people according to their data

How to install

Alert!! Work on Python 3.9
Open the folder in the cmd, write this in it:
pip install -r requirements.txt

How to start

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.

Description of files

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages