Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkamvar/python_scripts
Practice Python Scripts
https://github.com/zkamvar/python_scripts
Last synced: 2 days ago
JSON representation
Practice Python Scripts
- Host: GitHub
- URL: https://github.com/zkamvar/python_scripts
- Owner: zkamvar
- Created: 2013-12-23T22:09:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T16:04:57.000Z (over 10 years ago)
- Last Synced: 2024-06-11T18:25:08.776Z (5 months ago)
- Language: Python
- Size: 258 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Scripts
==========This is simply a repository for me to practice writing python scripts.
None of these scripts come with any warranty.## Scripts
- `rename_files.py`
- a script to rename files given a separation pattern and name.
- `R_function_graph.py`
- This will eventually return a graph of all functions utilized in a given
R package.