项目作者: 0xfederama

项目描述 :
Simple Python scripts
高级语言: Python
项目地址: git://github.com/0xfederama/scripts.git
创建时间: 2021-04-05T11:28:13Z
项目社区:https://github.com/0xfederama/scripts

开源协议:

下载


Scripts

Simple Python scripts that I created for personal use (but you can use it too!)

Page Counter

This super simple script is useful to track progress while studying. Just launch it, write the number of pages you need/want to study (or use it for anything you want) and press Enter every time you make a progress.

Study Timer

I use this to track the number of minutes (then I divide it by 60 to find out the hours) that I studied in total for some exams. It saves it in a json file stored in ~/.config/study-timer/times.json. If you want to view it without opening it, you can launch the script and type ls to view your timers.

Dependencies and run

The scripts doesn’t have any dependencies, you just need to install python3 and download the repo.
To launch one of them, just type python3 file.py in the terminal.