A simple app that adds random facts on your wallpapers!
- Python 3.x
- ctypes (for Windows API interaction)
- os (for path manipulation)
Simply run the main.py, when prompted, type y or yes and press enter.
Make sure you have Python 3.x installed on your system.
-
Clone the repository:
git clone [https://github.com/](https://github.com/)[YourUsername]/[YourRepoName].git cd [YourRepoName] -
Create and activate a virtual environment: It's highly recommended to use a virtual environment to manage dependencies.
- Create the environment:
python -m venv venv
- Activate the environment:
- On Windows (Command Prompt / PowerShell):
.\venv\Scripts\activate
- On Windows (Command Prompt / PowerShell):
Your terminal prompt should now show
(venv)indicating the environment is active. - Create the environment:
-
Install project dependencies:
pip install -r requirements.txt
Simply run the script and type y or yes and press enter.