csvSearch Code
A simple Python program to search a csv file
Status: Beta
Brought to you by:
pierrem100
File | Date | Author | Commit |
---|---|---|---|
README.md | 2022-04-20 |
![]() |
[e91a80] Update README.md |
csvSearch.py | 2022-04-20 |
![]() |
[88c800] Add files via upload |
csv_logo.ico | 2022-04-20 |
![]() |
[e81a83] Add files via upload |
A simple Python program to search a csv file.
csvSearch is a tiny python program that use a simple gui to search and copy data from a csv file. All parameters can be provided on the command line, allowing quick launch using specific file and search parameters.
.exe build using the following command:
pyinstaller --onefile --noconsole -i csv_logo.ico csvSearch.py