Files
GeneratorCSV/documentation/about_program.html

68 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" type = "text/css" href = "content.css">
<meta charset = "utf-8">
<link rel = "shortcut icon" href = "../assets/documentation-page/icon.ico">
<title>Generator CSV</title>
</head>
<body>
<p id = "about-program-image">
<br>
<br>
<br>
<img src = '../assets/documentation-page/about-program/icon.png'>
<br>
<br>
<br>
</p>
<h1>
Generator CSV
</h1>
<p id = "about-program-main-text">
<b>Autorzy:</b>
</p>
<p id = "about-program-text-centered">
Mateusz Skoczek (styczeń 2019 - wrzesień 2020)<br>
<br>
<b>dla ZSP Sobolew</b><br>
</p>
<br>
<br>
<br>
<hr>
<br>
<br>
<p>
<b>Inne informacje:</b><br>
<br><br>
Język programowania, użyty w programie: <b>Python</b><br>
<br>
Biblioteki:
</p>
<b>
<ul>
<li>sys</li>
<li>os</li>
<li>time</li>
<li>codecs</li>
<li>pathlib</li>
<li>shutil</li>
</ul>
</b>
<p>
<br>
Biblioteki GUI:
</p>
<b>
<ul>
<li>tkinter</li>
<li>pillow</li>
</ul>
</b>
<p>
<br>
Języki, użyte do stworzenia strony z instrukcją i dokumentacją techniczną: <b>HTML</b>, <b>CSS</b>, <b>JavaScript</b>
</p>
</body>
</html>