Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/balrok/pythonstuff

Random Python snippets I did
https://github.com/balrok/pythonstuff

Last synced: 2 days ago
JSON representation

Random Python snippets I did

Awesome Lists containing this project

README

        

pythonstuff
===========

.--. _ _ _ __ __ .--.
|o_o | _ __ _ _| |_| |__ ___ _ __ ___| |_ _ _ / _|/ _| |o_o |
|:_/ | | '_ \| | | | __| '_ \ / _ \| '_ \/ __| __| | | | |_| |_ |:_/ |
// \ \ | |_) | |_| | |_| | | | (_) | | | \__ \ |_| |_| | _| _| // \ \
(| | ) | .__/ \__, |\__|_| |_|\___/|_| |_|___/\__|\__,_|_| |_| (| | )
/'\_ _/`\ |_| |___/ /'\_ _/`\
\___)=(___/ \___)=(___/

Hello, in this repository I will post random Python stuff which I created.
All my code is licensed under the terms of the MIT License.

If you use anything and have fixes or ideas, feel free to contact me.
Either via github or send me an email to:
carl.schoenbach\at
googlemail\dot
com

The current content is:
* eu3savegame: A util to parse and unparse save-games from europa universalis 3
* antiidle: A util to play the Flashgame anti-idle - currently only the button-game is supported
* rotmg: A util to play the Flashgame return of the mad god - currently only use a potion automatically when low on health
* extension: A util to add an extension point to your project: will load files in a folder based on regex- or name- match
* ncftpToNetrcAndHosts: Will convert .ncftp bookmarks to netrc/hosts entries
* http a library for the http(s)-protocol - but requests is way better. I keep it for historic reasons :)