민트초밥의 개발블로그

  • 홈
  • 태그
  • 방명록

Python 2

[Python] 엑셀 파일 CSV로 바꾸기

import osimport pandasimport tkinter as tkfrom tkinter import filedialogdef select_excel_folder(): global excel_folder_path excel_folder_path = filedialog.askdirectory(initialdir=f'{os.getcwd()}', title='Excel 폴더 선택') button_excel_folder.configure(text=excel_folder_path)def select_export_folder(): global export_folder_path export_folder_path = filedialog.askdirectory(initialdir=f'..

Python/기능구현 2024.04.26

[Python] 파일 및 폴더 경로 찾기

파이썬 연습을 위해 만들어본 기능 파이썬 처음 해본거라 따로 설명은 X (나도 잘 모름...) import osimport tkinter as tkfrom tkinter import filedialogdef show_select_file(): global filepath filepath = filedialog.askopenfilename(initialdir=f'{os.getcwd()}', title='파일 선택', filetypes=(('Excel files', '*.xls*'),)) button_file.configure(text=filepath)def show_select_folde..

Python/기능구현 2024.04.15
1
더보기
프로필사진

  • 분류 전체보기 (45)
    • C# (4)
    • Unity (31)
      • 프로그래밍 (0)
      • 기능구현 (7)
      • 에디터 확장 (1)
      • 개발연습 (22)
      • ETC (1)
    • Android (1)
    • Python (2)
      • 기능구현 (2)
    • 자료구조와 알고리즘 (4)
      • 자료구조 (1)
      • 알고리즘 (1)
      • 백준 알고리즘 (2)
    • Tool (2)
      • Visual Studio (0)
      • Jenkins (2)
    • CS (0)
    • 디자인패턴 (0)

Tag

Unity #유니티 #포트폴리오,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2026/04   »
일 월 화 수 목 금 토
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30

방문자수Total

  • Today :
  • Yesterday :

Copyright © AXZ Corp. All rights reserved.

티스토리툴바