https://github.com/fharchive/python.bl4ckc4tv1
The original OTP program that I made in Python (uses tKinter)
https://github.com/fharchive/python.bl4ckc4tv1
desktop one-time-pad python python3 tkinter
Last synced: 6 months ago
JSON representation
The original OTP program that I made in Python (uses tKinter)
- Host: GitHub
- URL: https://github.com/fharchive/python.bl4ckc4tv1
- Owner: FHArchive
- License: unlicense
- Created: 2018-08-09T12:57:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T11:01:24.000Z (over 5 years ago)
- Last Synced: 2025-02-09T10:42:04.603Z (8 months ago)
- Topics: desktop, one-time-pad, python, python3, tkinter
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
# Python.Bl4ckC4Tv1
The original OTP program that I made in Python (uses tKinter)
## Download
### Clone
#### Using The Command Line
1. Press the Clone or download button in the top right2. Copy the URL (link)
3. Open the command line and change directory to where you wish to
clone to4. Type 'git clone' followed by URL in step 2
```bash
$ git clone https://github.com/[user-name]/[repository]
```More information can be found at
#### Using GitHub Desktop
1. Press the Clone or download button in the top right
2. Click open in desktop
3. Choose the path for where you want and click CloneMore information can be found at
### Download Zip File
1. Download this GitHub repository
2. Extract the zip archive
3. Copy/ move to the desired location## Language information
### Built for
This program has been written for Python 3 and has been tested with
Python version 3.7.0
on a Windows 10 PC.
### Other versions
To install Python, go to and download the latest
version.
## How to run
1. Open the .py file in IDLE
2. Run by pressing F5 or by selecting Run> Run Module## Licence
Unilicense
(See the [LICENSE](/LICENSE.md) for more information.)