Skip to content

kapiaszczyk/python-scripts

Repository files navigation

About

This is a collection of python scripts that I have written for various purposes. For shell scripts, check out this repository.

Getting Started

To run these scripts, you will need to have python installed on your machine. You can download python from the official website here.

Featured scripts

This script parses markdown notes to a CSV file that can be imported into Anki. The script is designed to work with notes that are formatted in a specific way. You can find more details in the DOCS.md file.

This script extracts API paths from openAPI v3 documentation. It works with both YAML and JSON files and can output the paths to a simple Markdown table.

This script extracts environment variables for application.properties file of Spring application and generates a Markdown table with variable name, default value and corresponding property. It does not support multiple variables in one property (e.g. abc.def.url=${URL:jdbc:abc://lh:5432}/${NAME:name}) and leaves the description column empty.

Scripts that generate test data for one of my personal projects with help of Faker library.

Convert between .properties and .yaml formats.

Script that queries Google with entries from a file, opening each result in a new tab. Do not use this script to abuse the search engine!

Script that generates image in binary format containing the word passed into it.

Simple script that generates a SQL create table statement. Perfect when for creating table fast. Doesn't support constraints etc.

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

Various utility python scripts

Resources

License

Stars

Watchers

Forks

Languages