Giter Site home page Giter Site logo

python-scripts's Introduction

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.

python-scripts's People

Contributors

kapiaszczyk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.