https://github.com/sahal-mulki/my_python_scripts
Archive of cool scripts
https://github.com/sahal-mulki/my_python_scripts
repository scripts-python
Last synced: 5 months ago
JSON representation
Archive of cool scripts
- Host: GitHub
- URL: https://github.com/sahal-mulki/my_python_scripts
- Owner: sahal-mulki
- Created: 2019-10-12T06:38:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T17:10:23.000Z (over 4 years ago)
- Last Synced: 2025-03-24T14:48:36.201Z (9 months ago)
- Topics: repository, scripts-python
- Language: Python
- Homepage:
- Size: 8.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My python scripts
Archive of cool scripts made by me,
Sahal Mulki
#
# Index
[1. Run the code.](#code)
[2. Easier Way.](#easier)
[3. What does this mean?](#mean)
#
# Run the code
To download the code first click

Then press
.png)
The next step is to "Unpack" the zip Folder, to do that right-click the Zip folder which you downloaded
then press Extract All, and it will ask you where to extract to, just press OK. Then go into the new folder.
And then you can edit the code!
And if you get a error like this:
```
Traceback (most recent call last):
File "", line 1, in
import tensorflow
ModuleNotFoundError: No module named 'tensorflow'
```
Install the required library in this case "Tensorflow"
### But Isn't there a easier Way?
Sadly, **not yet**.
# WHAT IS THIS?
This repository contains code which I made. You should see something like this at the top of this page.

Here is a summary of all those scripts.
1. Currency.py - It can convert currencys.
2. Networker.py - Network utility for administrators.
3. atomic_time.py - Gets you the exact time, calculated by an atomic clock.
4. cryptograhy.py - Can securely encrypt text using military-grade encryption.
5. Deleted now
6. wiki.py - Can fetch you information directly from wikipedia, just by typing in what you want.
_**Sahal Mulki**_