Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 654 Bytes

Telex

Python implementation of a Reddit GUI client for Linux, Windows and MacOS operating systems.

Dependencies

  • gtk4 >= 4.5
  • libadwaita >= 1.1
  • python >= 3.11
  • requests
  • asyncio
  • boto3

Development Purposes Only

Run locally with vscode extension

For easy building and running of application, it is advisable to use the flatpak vscode extension. For more instructions, click here.

Install from source

git clone --single-branch -b main https://github.com/believemanasseh/telex-python
cd telex-python
chmod +x build.sh
./build.sh