티스토리 뷰

conda install pandas

conda install openpyxl

(이거는 엑셀로 바꾸긴데.. 엑셀은 인식 안돼서)

csv로 바꾸기 했더니 됐다.

# *.txt 파일을 읽어 엑셀파일로 생성 ---index=False 로 할경우

import pandas as pd
df = pd.DataFrame(pd.read_csv('RGB_meam.txt',sep=' '))
# print(df)
df.to_csv('RGB_mean.csv',index=False)

간단한편

 

touchdesigner

https://matthewragan.com/2014/05/28/lets-make-this-table-data-move-touchdesigner/

 

Let’s Make this Table Data Move | TouchDesigner

Working with live streaming data is about as good as it gets when it comes to programming – this is especially true if you’re working on a project that looks to create a recognizable re…

matthewragan.com

(이사람 최고다..)

'Coding > Python' 카테고리의 다른 글

python _ image 평균  (0) 2022.12.10
python : 여러 사진 파일의 RGB 평균 구하기  (0) 2022.09.10
python: 단어 빈도수 통계  (0) 2022.09.08
python : 사진 분류 정리  (0) 2022.06.22
Python_vi편집기  (0) 2022.03.10
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/11   »
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
글 보관함