Skip to content

Python PyQt6 project VS Code - generating report from DB (Oracle, MS SQL, Azure SQL, PostgreSQL, MySQL, MariaDB, Firebird, SQLite, Amazon Aurora MySQL, Amazon Aurora PostgreSQL, MongoDB, Cassandra). Creation of schedules of NBU exchange rates by year to monitor change trends.

Notifications You must be signed in to change notification settings

LiaArtem/Python_CurrencyChart-PyQt6-VS

Repository files navigation

Python_CurrencyChart-PyQt6-VS

Python PyQt6 project VS Code - generating report from DB (Oracle, MS SQL, Azure SQL, PostgreSQL, MySQL, MariaDB, Firebird, SQLite, Amazon Aurora MySQL, Amazon Aurora PostgreSQL, MongoDB, Cassandra). Creation of schedules of NBU exchange rates by year to monitor change trends.

IDE - Visual Studio Code, Python 3.12

  1. Add Extensions -> Python -> Pylance -> Qt for Python -> Ruff

У командному рядку терміналу CMD 2) Додаємо бібліотеки -> pip install PyQt6 --upgrade -> pip install python-dateutil --upgrade -> pip install matplotlib --upgrade -> pip install reportlab --upgrade

-> pip install psycopg2 --upgrade (PostgreSQL) -> pip install mysql-connector-python --upgrade (MySQL) -> pip install mariadb --upgrade (MariaDB) -> pip install oracledb --upgrade (Oracle) -> pip install pyodbc --upgrade (MSSQL) -> pip install pymssql --upgrade (MSSQL) -> pip install fdb --upgrade (Firebird) + для Windows установить Firebird Client Library (https://firebirdsql.org/en/firebird-4-0/) -> pip install pymongo --upgrade (MongoDB) -> pip install cassandra-driver --upgrade (Cassandra) -> pip install pyasyncore --upgrade (Cassandra)

  1. Qt Designer Окремо встановлюємо: -> https://build-system.fman.io/qt-designer-download або: -> pip install pyqt6-tools Запускаємо -> pyqt6-tools designer

  2. Перетворення *.ui файлу у файл типу *.py -> На файлі MainWindow.ui - права клавіша миші - Compile Qt UI File (uic)


Створення EXE файла

  1. Ставимо pyinstaller -> pip install pyinstaller

  2. Запускаємо файл .\CurrencyChart_create_EXE_file.bat для автоматичної збірки exe файла Сформований файл буде розташований у каталозі \dist\


Завантаження первинних курсів

About

Python PyQt6 project VS Code - generating report from DB (Oracle, MS SQL, Azure SQL, PostgreSQL, MySQL, MariaDB, Firebird, SQLite, Amazon Aurora MySQL, Amazon Aurora PostgreSQL, MongoDB, Cassandra). Creation of schedules of NBU exchange rates by year to monitor change trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published