This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # A bash script for installing Python 3.10.12 on your Raspberry Pi. | |
| # (c) 2022 Valentin B. / Midian T. E. | |
| # | |
| # Open your terminal and type the following command: | |
| # sudo wget https://gist.githubusercontent.com/PhilCS/c27b37ed70cf84326e63f8bad75ca0dc/raw/raspberry_python.sh && sudo chmod +x raspberry_python.sh && ./raspberry_python.sh | |
| sudo apt-get update -y | |
| sudo apt-get upgrade | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | btn Button chk CheckBox ckl CheckedListBox | |
| cmb ComboBox dtp DateTimePicker lbl Label | |
| llb LinkLabel lst ListBox lvw ListView | |
| mtx MaskedTextBox cdr MonthCalendar icn NotifyIcon | |
| nud NumeircUpDown pic PictureBox prg ProgressBar | |
| rdo RadioButton rtx RichTextBox txt TextBox | |
| tip ToolTip tvw TreeView wbs WebBrowser | |
| 容器 | |
| flp FlowLayoutPanel grp GroupBox pnl Panel |