Skip to content

Text Formatting For The "INSERT" Statement - SoftUni PostgreSQL course

Notifications You must be signed in to change notification settings

rayapetkova/Text_Formatting_For_Insert_PostgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text_Formatting_For_Insert_PostgreSQL

Форматиране на текст за insert в PostgreSQL - SoftUni PostgreSQL Course

❓Как се използва?

  1. Когато ръннете скрипта (text_formatting_main.py) трябва да преброите и напишете колко клетки има таблицата (без първия ред със имената на колоните)
  2. Въвеждате числото в конзолата и се връщате в Word файла
  3. Поставяте курсора на мишката в края на последната клетка в таблицата и изчаквате няколко секунди (таблицата ще се копира автоматично)
  4. Връщате се в идето и поставяте резултата в конзолата (ctrl+v)
  5. След като получите резултата можете да прекъснете програмата като натиснете Esc (Escape)

-Има файл с име cells_calculation.png, в който е показано точно кои клетки трябва да преброите и въведете в конзолата -Добавен е файл requirements.txt, в който е написана библиотеката, която трябва да инсталирате, за да можете да ръннете файла (pip install -r requirements.txt)

-Видео, което показва как се използва: https://drive.google.com/file/d/13QaOD3MEsEVCJeJzBB_K7d1H89xdw9yR/view?usp=sharing



Text Formatting for Insert in PostgreSQL - SoftUni PostgreSQL Course

❓How to use it?

  1. When you run the script (text_formatting_main.py), you need to count and input how many cells the table has (excluding the first row with the column names)
  2. Enter the number in the console and go back to the Word file
  3. Place your mouse cursor at the end of the last cell in the table and wait for a few seconds (the table will be copied automatically)
  4. Go back to your IDE and paste the result into the console (ctrl+v) 5.After receiving the result, you can stop the program by pressing Esc (Escape)

-There is a file named cells_calculation.png, which shows exactly which cells you need to count and input into the console -A requirements.txt file has been added, listing the library you need to install to run the file (pip install -r requirements.txt)

-Video demonstrating how to use it: https://drive.google.com/file/d/13QaOD3MEsEVCJeJzBB_K7d1H89xdw9yR/view?usp=sharing

About

Text Formatting For The "INSERT" Statement - SoftUni PostgreSQL course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages