Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/balrok/pythonstuff
- Owner: balrok
- License: other
- Created: 2012-08-26T14:40:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T20:48:43.000Z (over 5 years ago)
- Last Synced: 2024-08-04T04:07:41.772Z (3 months ago)
- Language: Python
- Size: 141 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
comThe 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 :)