在Tkinter窗口中密谋

时间:2020-05-02 18:10:44

标签: python tkinter plotly

我想在Tkinter lib创建的窗口中使用Plotly Table。 但是在浏览器中打开“绘图表”。 您可以帮忙在tkinter窗口中制作这张桌子吗? 计划-我们打开Tk窗口并查看表格:)不在其他链接中 ps。熊猫不是一个好建议,我们需要漂亮的表格,该表格会随着添加数据而改变。 感谢您的关注:)

<a href="#form2">Go to Section 2</a>

  <form id="form2" action="/action_page.php">
  <label for="fname">First name:</label><br>
  <input type="text" id="fname" name="fname" value="John"><br>
  <label for="lname">Last name:</label><br>
  <input type="text" id="lname" name="lname" value="Doe"><br><br>
  <input type="submit" value="Submit">
 </form>
<p>If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".</p>  

 css
 form2:active > input > {    value: "George";}

0 个答案:

没有答案