python實現記時器(番茄鍾)
windows下:
import os
import time
a = input("多少分鐘: ")
a = int(a)
time.sleep(a * 60)
os.system('thatgirl.mp3') #tahtgirl.mp3是放在同一目錄下的音樂檔案
kali linux下:
#!/usr/bin/python3
import time
import os
a = input("多少分鐘: ")
a = int(a)
time.sleep(a * 60)
os.system('totem /root/python_program/tomato/thatgirl.mp3')
相關文章
- 給自己25分鐘專注時間--番茄鍾App推薦APP
- python 實現計時器,統計執行時長Python
- 《番茄工作法》實踐--【番茄土豆】appAPP
- 常用Python編輯器,你鍾愛哪一個?Python
- vue 實現 tomato timer(蕃茄鍾)Vue
- 番茄鍾、《敏捷武士》一個都不能少!——圖靈專訪《番茄工作法圖解》作者Staffan十日談之九敏捷圖靈圖解
- 復工沒效率?用Python做個番茄工作時鐘吧!Python
- javascript實現時間器JavaScript
- 基於Python實現環形佇列高效定時器Python佇列定時器
- 教育孩子要用心,番茄鍾須用得恰到好處。——圖靈專訪《番茄工作法圖解》作者Staffan十日談之八圖靈圖解
- Unity——計時器功能實現Unity
- 用 Python 實現 Python 直譯器Python
- muduo網路庫學習筆記(10):定時器的實現筆記定時器
- Python中迭代器的實現Python
- Python 實現埠掃描器Python
- Flutter倒數計時/計時器的實現Flutter
- Python實現簡易記事本Python
- python實現微信群友統計器Python
- python基於opencv 實現影像時鐘PythonOpenCV
- 分享一篇關於Python實現環形佇列高效定時器Python佇列定時器
- 番茄工作法圖解——筆記與心得圖解筆記
- ScheduledThreadPoolExecutor實現定時器和延時載入功能thread定時器
- [筆記]laravel定時任務的實現筆記Laravel
- Mysql event實現定時建表小記MySql
- python定時器Python定時器
- Python 定時器Python定時器
- Golang 定時器底層實現深度剖析Golang定時器
- Laravel 結合 Redis 實現 PHP 定時器LaravelRedisPHP定時器
- .NET中如何實現高精度定時器定時器
- Go定時器的三種實現方式Go定時器
- c++控制檯程式實現定時器C++定時器
- Python 實現圖靈微信機器人Python圖靈機器人
- Python MySSH 實現劇本執行器Python
- 程式設計師筆記|API閘道器如何實現對服務下線實時感知程式設計師筆記API
- 直播app原始碼,定時開關,實現計時器功能APP原始碼
- PPT 倒數計時時鐘,用 GIF 動畫實現,可直接使用 -- 附 Python 實現程式碼動畫Python
- 【JavaScript定時器小案例】常見的幾種定時器實現的案例JavaScript定時器
- PyPy 2.3.1 釋出,Python 實現的 Python 直譯器Python