Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philip-hub/cnv-file-simplication
https://github.com/philip-hub/cnv-file-simplication
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/philip-hub/cnv-file-simplication
- Owner: philip-hub
- License: mit
- Created: 2024-07-26T20:51:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T22:08:02.000Z (5 months ago)
- Last Synced: 2024-07-27T22:27:22.937Z (5 months ago)
- Language: Python
- Size: 89.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cnv-file-simplication
Download the .exe file to get the tool. Download Link
1. Choose the file you wish to simplify
2. Choose the simplication option you want
* The drop n option will leave every nth row
* The average n will average ever n rows and turn it into a single row (assuming it is in the same arm otherwise it will stop the average for the last at most n-1 samples in the arm)
* n is the number of rows you wish to drop or average out.
* By default the app rounds to 4 sig figs and gets rid of unnecessary columns.
3. Click run
4. The app will then ask you where you wish to save the new file.
5. The app has progress bar and will inform you when it is done. If it fails please open an issue or email me [email protected].Packages requirements to change the source code:
`pip install pandas`
`pip install tkinder`
`pip install pyinstaller`To edit the app. Go to the source code in `src/main.py` make an changes.
Whe completed with the editing inside the src file run
`pyinstaller --onefile --windowed main.py`
# Acknowlegements