You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Hi there! Thanks for checking out my `Markit` project.
5
5
### `Markit` is a Python program that makes watermarking images easy.
6
6
### This project was a completely self-written and guided course assignment in the 100 Days of Code course on Udemy.
7
7
### In this simple program, I mainly aim to showcase my understanding of class structure, error handling, GUIs using PySimpleGUI, and the PIL/Pillow library.
8
-
### If you'd like to try this program for yourself, download the 'Markit' folder and install the pipreqs from 'requirements.txt'.
8
+
### If you'd like to try this program for yourself, download the 'Markit' folder and install the pipreqs from 'requirements.txt'.
Using Tactype, you can test your typing speed and accuracy.
4
+
5
+
It is a simple CLI tool that can be used to test your typing speed and accuracy. It is written in Python and uses the `curses` module to display the text to be typed.
6
+
7
+
## Local Setup Instructions:
8
+
9
+
1. Navigate to the /Tactype directory
10
+
11
+
2. Run the following command to install the required dependencies:
12
+
13
+
```bash
14
+
pip install -r requirements.txt
15
+
```
16
+
17
+
> **Note:** If you are using a UNIX-based system, you can uninstall the `windows-curses` package by running the following command: `pip uninstall windows-curses`
18
+
19
+
3. Run the following command to start the program:
0 commit comments