Text User Interface for running python tests
Text User Interface for running python tests. Still in beta version install using pip pip install pytest-ui provides the cli command pytui $ pytui –help Usage: pytui [OPTIONS] [PATH] Options: –debug / –no-debug Enable debug logging [default: False] –help Show this message and exit. r, F5 – run tests (last failed or first run, using filter) R, Ctrl + F5 – run all tests (using filter) s – run single test under cursor / – focus filter input Ctrl + […]
Read moreA Python feed reader library
reader reader is a Python feed reader library. It aims to allow writing feed reader applications without any business code, and without enforcing a dependency on a particular framework. reader allows you to: retrieve, store, and manage Atom, RSS, and JSON feeds mark entries as read or important add tags and metadata to feeds filter feeds and articles full-text search articles write plugins to extend its functionality skip all the low level stuff and focus on what makes your feed […]
Read moreA simple web application for organizing your workouts and sports activities
Workoutizer Workoutizer is a simple web application for organizing your workouts and sports activities. It is designed to work locally on any UNIX-like system running Python. Track your activities to get an overview of your overall training, similar to platforms like strava or garmin connect – but without uploading all your sensitive health data to some 3rd party cloud. Features Automatic import of Garmin .fit files and .gpx files Automatic naming of activities based on daytime, sport and geo location […]
Read morePython’s Counter: The Pythonic Way to Count Objects
Counting several repeated objects at once is a common problem in programming. Python offers a bunch of tools and techniques you can use to approach this problem. However, Python’s Counter from collections provides a clean, efficient, and Pythonic solution. This dictionary subclass provides efficient counting capabilities out of the box. Understanding Counter and how to use it efficiently is a convenient skill to have as a Python developer. In this tutorial, you’ll learn how to: Count several repeated objects at […]
Read moreA telegram bot for Keel
keel-telegram-bot keel-telegram-bot is a telegram bot for Keel. Features Receive notifications (via Webhook) List approvals Approve pending approvals Reject pending approvals Delete archived approvals Manual installation Install Install keel-telegram-bot using pip: pip3 install keel-telegram-bot Configuration keel-telegram-bot uses container-app-conf to provide configuration via a YAML file as well as ENV variables. Have a look at the documentation about it. See keel-telegram-bot_example.yaml for an example in this repo. Run Start the bot by using: keel-telegram-bot Docker To run keel-telegram-bot using docker you […]
Read morePython and data science snippets on the command line
A tool to get Python and data science snippets at Data Science Simplified on the command line. You can read my article to learn how I created this tool. Installation python3 -m pip install –user python-snippet Note: The –user is important. It ensures you install it in your directory and not in the global system. python3 -m ensures that you install python_snippet using Python 3. Make sure your Python version is >= 3.6.2. python3 –version Usage Search for posts based […]
Read moreA Math Practice Game written in Python and PyGame
Math-Practice-Game A Math Practice Game written in Python and PyGame. Features Score Tracking to allow progress tracking, (see if you get better over time) High-score tracking Multiple difficulty levels GitHub https://github.com/hamolicious/Math-Practice-Game
Read moreDynamically typed Object Oriented Programming Language
PySkiylia A Dynamically typed, Object Oriented Program Language, written in Python. Skiylia  Skiylia is dynamically typed, object oriented, and most importantly interpreted. While it may share many similarities with C derivatives, its heritage is definitely Pythonic. The main directory housing the PySkiylia interpreter is here. Within that directory is a separate document listing the most important syntax for Skiylia. Sample code ///This section contains a small snippet of Skiylia code that calculates the factorial of a number/// def […]
Read moreAn advanced highly customizable interactive Discord Bot coded in Python
Axiol Axiol is an advanced highly customizable interactive Discord Bot coded in pure Python.For any suggestions, the command suggest (Starting with the server prefix) can be used and the suggestion will be sent to the Offical Discord Support Server. Oh yea default prefix is a dot . GitHub https://github.com/GitBolt/Axiol
Read more