Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.