PySimpleCV
PySimpleCV: Graphical user interface for plotting and analyzing the cyclic voltammograms (CV) with simple to use sliders.
File Explorer
- logo.svg
- logo_512.png
- battery_screenshot.png
- cv_screenshot.png
- ecsa_screenshot.png
- kou_lev_screenshot.png
- rde_screenshot.png
- io.github.kevinsmia1939.PySimpleCV.desktop
- io.github.kevinsmia1939.PySimpleCV.metainfo.xml
- example_battery.xls
- example_CV.csv
- example_CV.txt
- example_CV_1.par
- example_CV_2.par
- example_CV_3.par
- example_CV_4.cor
- rde_1000rpm.cor
- rde_1500rpm.cor
- rde_2000rpm.cor
- rde_2500rpm.cor
- rde_500rpm.cor
- adapt_grid_tick.py
- PySimpleCV
- PySimpleCV_main_func.py
- CITATION.cff
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
flatpak
View Details ▼
flatpak
Build, install, and run flatpak applications and runtimes.
flatpak run {{com.example.app}}
Run an installed application:
flatpak install {{remote_name}} {{com.example.app}}
Install an application from a remote source:
flatpak list --app
List installed applications, ignoring runtimes:
