# Interesting-and-Simple-Python-Projects **Repository Path**: wd6/Interesting-and-Simple-Python-Projects ## Basic Information - **Project Name**: Interesting-and-Simple-Python-Projects - **Description**: Interesting and simple Python Projects with 100 lines. Good for beginners to learn and practice Python. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Interesting-and-Simple-Python-Projects ### Interesting and simple Python Projects with 100 lines. Good for beginners to learn and practice Python. #### 1. [Countdown clocker](https://github.com/Wonder2019/Interesting-and-Simple-Python-Projects/blob/master/1.Countdown-clocker.py). 简单的倒计时器,主要利用了 Python 的 time() 。输入一个分钟数,不断刷新并返回剩余秒数。入门级程序