https://github.com/orkohunter/modules
Useful modules for personal use
https://github.com/orkohunter/modules
Last synced: 3 days ago
JSON representation
Useful modules for personal use
- Host: GitHub
- URL: https://github.com/orkohunter/modules
- Owner: OrkoHunter
- Created: 2014-12-18T07:06:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T13:54:03.000Z (over 10 years ago)
- Last Synced: 2025-06-06T09:45:16.494Z (13 days ago)
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Modules
=================
**guess.py** : Assume a number and the computer will guess it out for you asking some finite questions.**lfactor.py** : Returns the largest prime factor of an integer.
**say.py** : Usses [pyttx](https://pypi.python.org/pypi/pyttsx) to enunciate strings.
python say.py "Hello World!"